CameraProjectionType ==================== Declaration ----------- .. code-block:: cpp enum class CameraProjectionType { Perspective, Orthographic, Unknown }; Notes ----- CameraProjectionType is an enum used in :doc:`/types/Camera/index` to set the camera's projection type.