Click or drag to resize
CameraEntity Properties

The CameraEntity type exposes the following members.

Properties
  NameDescription
Public propertyBackward
Get camera backward vector.
Public propertyCameraType
Set / get camera type.
Public propertyFarClipPlane
Set / Get camera far clip plane.
Public propertyFieldOfView
Set / Get camera field of view.
Public propertyForceScreenSize
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.
Public propertyForward
Get camera forward vector.
Public propertyNearClipPlane
Set / Get camera near clip plane.
Public propertyPosition
Get camera position.
Public propertyProjection
Return the current camera projection matrix.
Public propertyView
Get / Set the current camera view matrix.
Public propertyViewFrustum
Get camera bounding frustum.
Top
See Also