Defines the currently focused CameraItem
.
If no CameraItem
is focused, this returns null
.
Readonly Transform
of the Camera
.
To move the Camera
by script, use the editable Transform
of CameraItem.
Adds item
to the Camera
collision filter, disabling collisions against it.
Removes item
from the Camera
collision filter, enabling collision against it.
Generated using TypeDoc
Namespace for managing 3D camera (-items).
The
Camera
itself uses ReadonlyTransform. Its position and orientation can not be modified.To change camera item rotation and position by script, use CameraItem.