Basis for all cameras which point towards a target
View code on GitHub
Inheritance Hierarchy
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
The TargetedCamera type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TargetedCamera | Initializes a new instance of the TargetedCamera class |
Methods
Name | Description | |
---|---|---|
![]() | Add T | (Inherited from Entity.) |
![]() | AddTag | (Inherited from Entity.) |
![]() | ClearTags | (Inherited from Entity.) |
![]() | Contains T | (Inherited from Entity.) |
![]() | ContainsBehavior T | (Inherited from Entity.) |
![]() | ContainsTag | (Inherited from Entity.) |
![]() | Deactivate | (Inherited from Entity.) |
![]() | Dispose | (Inherited from Camera.) |
![]() | ForceProjectionMatrixUpdate | (Inherited from Camera.) |
![]() | Get T |
Gets a specific component, derived classes can return faster cached values (e.g. Entity2D)
View code on GitHub (Inherited from Entity.) |
![]() | GetActiveBehaviors | (Inherited from Entity.) |
![]() | GetComponentsForSaving | (Inherited from Entity.) |
![]() | GetCurrentProjectionMatrix | (Inherited from Camera.) |
![]() | GetCurrentViewMatrix | (Overrides Camera GetCurrentViewMatrix .) |
![]() | GetFinalTargetPosition | |
![]() | GetOrDefault T | (Inherited from Entity.) |
![]() | GetTags | (Inherited from Entity.) |
![]() | Initialize | (Inherited from Camera.) |
![]() | OnViewportSizeChanged | (Inherited from Camera.) |
![]() | Remove T | (Inherited from Entity.) |
![]() | RemoveTag | (Inherited from Entity.) |
![]() | ResetDefaults | (Inherited from Camera.) |
![]() | ScreenPointToRay | (Inherited from Camera.) |
![]() | Set | (Inherited from Entity.) |
![]() | SetComponents | (Inherited from Entity.) |
![]() | Start T | (Inherited from Entity.) |
![]() | Stop T | (Inherited from Entity.) |
![]() | ToString | (Inherited from Entity.) |
![]() | WorldToScreenPoint | (Inherited from Camera.) |
Fields
Name | Description | |
---|---|---|
![]() | components | (Inherited from Entity.) |
![]() ![]() | UpDirection | |
![]() | window | (Inherited from Camera.) |
Properties
Name | Description | |
---|---|---|
![]() | FarPlane | (Inherited from Camera.) |
![]() | FieldOfView | (Inherited from Camera.) |
![]() | IsActive | (Inherited from Entity.) |
![]() | IsPauseable | (Inherited from Entity.) |
![]() | NearPlane | (Inherited from Camera.) |
![]() | NumberOfComponents | (Inherited from Entity.) |
![]() | Position | (Inherited from Camera.) |
![]() | Target | |
![]() | UpdatePriority | (Inherited from Entity.) |
See Also