LookAtMode

@objc(GSLookAtMode)
public enum LookAtMode : Int, CustomStringConvertible

LookAtMe mode, defines how the drone looks at the target.

  • Look at the target without moving automatically.

    Declaration

    Swift

    case lookAt
  • Look at the target controller without moving automatically. Animations are available.

    Declaration

    Swift

    case lookAtController
  • Debug description.

    Declaration

    Swift

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

    Declaration

    Swift

    public static let allCases: Set<LookAtMode>