When true, will output position, target to console
Default false
The far clipping in world coordinates, for example if set to 1,000 any object further than 1,000 world coordinates will not be rendered
Default 4000
The field of view in degrees.
Default 60
Gets or sets the unique camera Id
The near clipping in world coordinates, for example if set to 1.0, any object closer than 1 world coordinate will not be rendered
Default 1
The orthogonal viewable height in world coordinates
The orthogonal viewable width in world coordinates
Gets or sets the camera position as a Vector3 in World Space
Default new Vector3(-1000, 1000, -1000)
Gets or sets the camera target (Look-at) as a Vector3 in World Space
Default new Vector3(0, 0, 0)
Generated using TypeDoc
Optional parameters passed to a CameraController at construct time