# 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.