Client camera and CameraItem controls.
The client camera uses ReadonlyTransform. Its position and orientation can not be modified. To manipulate the client camera rotation and position programmatically, use CameraItem.
Defines the CameraItem that the client is currently looking through.
If no CameraItem is focused, this returns null.
null
Readonly Transform of the client Camera.
Transform
Camera
To move the Camera by script, use the editable Transform of CameraItem.
Adds a BaseItem to the Camera collision filter, disabling collisions against it.
Removes a BaseItem from the Camera collision filter, enabling collision against it.
Client camera and CameraItem controls.
The client camera uses ReadonlyTransform. Its position and orientation can not be modified. To manipulate the client camera rotation and position programmatically, use CameraItem.