CameraType
The CameraType Enum is used in Camera.CameraType to set the behavior of the Camera object.
Attach, Watch, Track, and Follow all require a valid Camera.CameraSubject to work properly.
Items
Name | Value | Summary |
---|---|---|
Fixed | 0 | |
Attach | 1 | |
Watch | 2 | |
Track | 3 | |
Follow | 4 | |
Custom | 5 | |
Scriptable | 6 | |
Orbital | 7 |