TargetedCamera ClassDelta Engine Documentation
Basis for all cameras which point towards a target View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Entities Entity
    DeltaEngine.Rendering3D.Cameras Camera
      DeltaEngine.Rendering3D.Cameras TargetedCamera
        DeltaEngine.Rendering3D.Cameras IsometricCamera
        DeltaEngine.Rendering3D.Cameras LookAtCamera
        DeltaEngine.Rendering3D.Cameras OrthoCamera

Namespace: DeltaEngine.Rendering3D.Cameras
Assembly: DeltaEngine.Rendering3D (in DeltaEngine.Rendering3D.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class TargetedCamera : Camera

The TargetedCamera type exposes the following members.

Constructors

  NameDescription
Protected methodTargetedCamera
Initializes a new instance of the TargetedCamera class
Top
Methods

  NameDescription
Public methodAdd T  (Inherited from Entity.)
Public methodAddTag (Inherited from Entity.)
Public methodClearTags (Inherited from Entity.)
Public methodContains T  (Inherited from Entity.)
Public methodContainsBehavior T  (Inherited from Entity.)
Public methodContainsTag (Inherited from Entity.)
Protected methodDeactivate (Inherited from Entity.)
Public methodDispose (Inherited from Camera.)
Protected methodForceProjectionMatrixUpdate (Inherited from Camera.)
Public methodGet T 
Gets a specific component, derived classes can return faster cached values (e.g. Entity2D) View code on GitHub
(Inherited from Entity.)
Protected methodGetActiveBehaviors (Inherited from Entity.)
Protected methodGetComponentsForSaving (Inherited from Entity.)
Protected methodGetCurrentProjectionMatrix (Inherited from Camera.)
Protected methodGetCurrentViewMatrix (Overrides Camera GetCurrentViewMatrix .)
Protected methodGetFinalTargetPosition
Public methodGetOrDefault T  (Inherited from Entity.)
Public methodGetTags (Inherited from Entity.)
Public methodInitialize (Inherited from Camera.)
Protected methodOnViewportSizeChanged (Inherited from Camera.)
Public methodRemove T  (Inherited from Entity.)
Public methodRemoveTag (Inherited from Entity.)
Public methodResetDefaults (Inherited from Camera.)
Public methodScreenPointToRay (Inherited from Camera.)
Public methodSet (Inherited from Entity.)
Public methodSetComponents (Inherited from Entity.)
Public methodStart T  (Inherited from Entity.)
Public methodStop T  (Inherited from Entity.)
Public methodToString (Inherited from Entity.)
Public methodWorldToScreenPoint (Inherited from Camera.)
Top
Fields

  NameDescription
Protected fieldcomponents (Inherited from Entity.)
Protected fieldStatic memberUpDirection
Protected fieldwindow (Inherited from Camera.)
Top
Properties

  NameDescription
Public propertyFarPlane (Inherited from Camera.)
Public propertyFieldOfView (Inherited from Camera.)
Public propertyIsActive (Inherited from Entity.)
Public propertyIsPauseable (Inherited from Entity.)
Public propertyNearPlane (Inherited from Camera.)
Public propertyNumberOfComponents (Inherited from Entity.)
Public propertyPosition (Inherited from Camera.)
Public propertyTarget
Public propertyUpdatePriority (Inherited from Entity.)
Top
See Also