ActuatorControlGroup
public struct ActuatorControlGroup : Equatable
Eight controls that will be given to the group. Each control is a normalized (-1..+1) command value, which will be mapped and scaled through the mixer.
-
Undocumented
Declaration
Swift
public let controls: [Float] -
Initializes a new
ActuatorControlGroup.Declaration
Swift
public init(controls: [Float])Parameters
controlsControls in the group
-
Declaration
Swift
public static func == (lhs: ActuatorControlGroup, rhs: ActuatorControlGroup) -> Bool
View on GitHub
Install in Dash
ActuatorControlGroup Structure Reference