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. |
| RenderCameraPerspective | 3 | Perspective camera for rendering. |
| RenderCameraOrthographic | 4 | Orthographic camera for rendering. |
| 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. |
| RenderCameraPerspective | 3 | Perspective camera for rendering. |
| RenderCameraOrthographic | 4 | Orthographic camera for rendering. |
| 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. |
| ECameraType_RenderCameraPerspective | 3 | Perspective camera for rendering. |
| ECameraType_RenderCameraOrthographic | 4 | Orthographic camera for rendering. |
