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
tilt
The tilt of the orientation adjustment.
pan
The pan of the orientation adjustment.
roll
The roll of the orientation adjustment.
fieldOfView
The field of view of the orientation adjustment.