GimbalAxis

@objc(GSGimbalAxis)
public enum GimbalAxis : Int, CustomStringConvertible

Gimbal axis.

  • yaw

    Yaw axis of the gimbal.

    Declaration

    Swift

    case yaw
  • Pitch axis of the gimbal.

    Declaration

    Swift

    case pitch
  • Roll axis of the gimbal.

    Declaration

    Swift

    case roll
  • Debug description.

    Declaration

    Swift

    public var description: String { get }
  • Set containing all axes.

    Declaration

    Swift

    public static let allCases: Set<GimbalAxis>