| CameraEntity Properties |
The CameraEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| Backward |
Get camera backward vector.
| |
| CameraType |
Set / get camera type.
| |
| FarClipPlane |
Set / Get camera far clip plane.
| |
| FieldOfView |
Set / Get camera field of view.
| |
| ForceScreenSize |
If defined, this will be used as screen size (affect aspect ratio in perspective camera,
and view size in Orthographic camera). If not set, the actual screen resolution will be used.
| |
| Forward |
Get camera forward vector.
| |
| NearClipPlane |
Set / Get camera near clip plane.
| |
| Position |
Get camera position.
| |
| Projection |
Return the current camera projection matrix.
| |
| View |
Get / Set the current camera view matrix.
| |
| ViewFrustum |
Get camera bounding frustum.
|