Click or drag to resize

Camera Properties

The Camera type exposes the following members.

Properties
  NameDescription
Public propertyFarClippingDistance
The near clipping distance for the orthographic camera. This defaults to 0, which means no clipping regardless of the distance of the camera from the focal point. Any other value sets the near clipping plane to that value.
Public propertyHeadTarget
Calculate the head target given the HeadYawPitchRoll offset for VR.
Public propertyHeadYawPitchRoll
Camera rotation offset useful for VR headsets (in radians).
Public propertyNearClippingDistance
The near clipping distance for the orthographic camera. This defaults to 0, which means no clipping regardless of the distance of the camera from the focal point. Any other value sets the near clipping plane to that value.
Public propertyPlanView
Public propertyPlanViewRotation
Rotation of Plan View (in radians)
Public propertyPosition
The Camera Position in X,Y,Z coordinates, looking at the origin.
Public propertyRotation
Calculate the current rotation of the camera.
Public propertyTarget
The Camera Translation in X,Y,Z coordinates away from origin.
Top
See Also