Click or drag to resize

CameraBase Fields

The CameraBase type exposes the following members.

Fields
 NameDescription
Protected field_eyePosition Stores the eye position of the camera.
Protected field_screenOffset Gets or sets the screen offset. The screen offset has to be used only in extraordinary situation, e.g. for shifting to simulate multisampling; or for shifting to center the exported bitmap. This is a relative value - relative to the dimensions of the screen. It is not serialized either.
Protected field_targetPosition Stores the target position of the camera.
Protected field_upVector Stores the up vector of the camera.
Protected field_widthAtZNear Stores the visible width at the near clipping plane.
Protected field_zFar Stores the far clipping distance.
Protected field_zNear Stores the near clipping distance.
Top
See Also