Projection
public struct Projection : Encodable
Undocumented
-
Sets the projection type.
The projection type could be either perspective or orthographic. The default is perspective.
See moreDeclaration
Swift
public enum Scene.Camera.Projection.`Type` : String, Encodable -
Sets the projection type.
The projection type could be either perspective or orthographic. The default is perspective.
Declaration
Swift
public var type: Type? -
Creates
Projectionobject with specified properties.Declaration
Swift
public init(type: Type? = nil)Parameters
typeSets the projection type.
View on GitHub
Install in Dash
Projection Structure Reference