CameraMode
Underlying type: byte
The different modes a camera can operate in.
| Name | Value | Description |
|---|---|---|
| OrbitTarget | 0 | The camera orbits around a target DynamicInstance. |
| Fly | 1 | The camera can be freely moved around the world. |
| Custom | 2 | The camera's DynamicInstance.CMatrix can be controlled externally by scripts |