Inheritance Hierarchy
DeltaEngine.Entities Entity
DeltaEngine.Rendering3D.Cameras Camera
DeltaEngine.Rendering3D.Cameras FreeCamera
DeltaEngine.Editor.LevelEditor LevelEditorCamera
Namespace: DeltaEngine.Editor.LevelEditor
Assembly: DeltaEngine.Editor.LevelEditor (in DeltaEngine.Editor.LevelEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The LevelEditorCamera type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LevelEditorCamera | Initializes a new instance of the LevelEditorCamera class |
Methods
Name | Description | |
---|---|---|
Add T | (Inherited from Entity.) | |
AddTag | (Inherited from Entity.) | |
AdjustPitch | (Inherited from FreeCamera.) | |
AdjustRoll | (Inherited from FreeCamera.) | |
AdjustYaw | (Inherited from FreeCamera.) | |
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 | (Inherited from FreeCamera.) | |
GetOrDefault T | (Inherited from Entity.) | |
GetTags | (Inherited from Entity.) | |
Initialize | (Inherited from Camera.) | |
Move(Vector3D) | (Inherited from FreeCamera.) | |
Move(Vector3D, Single) | (Inherited from FreeCamera.) | |
MoveBackward | (Inherited from FreeCamera.) | |
MoveDown | (Inherited from FreeCamera.) | |
MoveForward | (Inherited from FreeCamera.) | |
MoveLeft | (Inherited from FreeCamera.) | |
MoveRight | (Inherited from FreeCamera.) | |
MoveUp | (Inherited from FreeCamera.) | |
OnViewportSizeChanged | (Inherited from Camera.) | |
Remove T | (Inherited from Entity.) | |
RemoveTag | (Inherited from Entity.) | |
ResetDefaults | (Inherited from FreeCamera.) | |
Rotate | (Inherited from FreeCamera.) | |
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.) | |
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.) | |
Rotation | (Inherited from FreeCamera.) | |
UpdatePriority | (Inherited from Entity.) |
See Also