CameraProjectionType

Declaration

enum class CameraProjectionType {
        Perspective,
        Orthographic,
        Unknown
};

Notes

CameraProjectionType is an enum used in Camera to set the camera’s projection type.