Orientation
public struct Orientation : XMLRepresentable
Undocumented
-
The parameters associated with the orientation adjustment.
Declaration
Swift
public var parameters: [Parameter] -
A Boolean value indicating whether the orientation adjustment is enabled.
Declaration
Swift
public var isEnabled: Bool -
The tilt of the orientation adjustment.
Declaration
Swift
public var tilt: Double -
The pan of the orientation adjustment.
Declaration
Swift
public var pan: Double -
The roll of the orientation adjustment.
Declaration
Swift
public var roll: Double -
The field of view of the orientation adjustment.
Declaration
Swift
public var fieldOfView: Double? -
Initializes a new orientation adjustment.
Declaration
Swift
public init(tilt: Double, pan: Double, roll: Double, fieldOfView: Double? = nil)Parameters
tiltThe tilt of the orientation adjustment.
panThe pan of the orientation adjustment.
rollThe roll of the orientation adjustment.
fieldOfViewThe field of view of the orientation adjustment.
Orientation Structure Reference