enum
ECameraType
CameraType specifies the camera used when rendering/computing visibility.
Values
Key | Value | Comment |
Perspective | 0 | Perspective cameras have a field of view. |
Orthographic | 1 | Orthographic cameras have a size. |
Omnidirectional | 2 | Omnidirectional cameras view all directions. |
Key | Value | Comment |
Perspective | 0 | Perspective cameras have a field of view. |
Orthographic | 1 | Orthographic cameras have a size. |
Omnidirectional | 2 | Omnidirectional cameras view all directions. |
Key | Value | Comment |
ECameraType_Perspective | 0 | Perspective cameras have a field of view. |
ECameraType_Orthographic | 1 | Orthographic cameras have a size. |
ECameraType_Omnidirectional | 2 | Omnidirectional cameras view all directions. |