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
Projection
object with specified properties.Declaration
Swift
public init(type: Type? = nil)
Parameters
type
Sets the projection type.