Skip to content

CameraMode (Enum)

CameraMode is an enum that describes the different available camera modes.

CameraMode.Static
CameraMode.Following
CameraMode.FreeFlight

Reference

Enum ValueDescription
CameraMode.StaticThe camera is fixed in place.
CameraMode.FollowingThe camera follows a given target.
CameraMode.FreeFlightThe camera can freely be moved around by the client.

Usage

See set_camera_mode.