Table of Contents
enum class CameraProjectionType { Perspective, Orthographic, Unknown };
CameraProjectionType is an enum used in Camera to set the camera’s projection type.