Camera.ProjectionType

Camera.ProjectionType property

Gets or sets the camera’s projection type. By default the perspective projection is used.

public ProjectionType ProjectionType { get; set; }

See Also