Enum ProjectionType

ProjectionType enumeration

Camera’s projection types.

public enum ProjectionType

Values

NameValueDescription
Perspective0The camera uses perspective projection.
Orthographic1The camera uses orthographic projection.

See Also