GimbalControlMode

@objc(GSGimbalControlMode)
public enum GimbalControlMode : Int, CustomStringConvertible

Way of controlling the gimbal.

  • Control the gimbal giving position targets.

    Declaration

    Swift

    case position
  • Control the gimbal giving velocity targets.

    Declaration

    Swift

    case velocity
  • Debug description.

    Declaration

    Swift

    public var description: String { get }