PilotingMode

@objc(GSPilotingMode)
public enum PilotingMode : Int, CustomStringConvertible

Piloting mode in which an animation may be available.

  • Manual

    Declaration

    Swift

    case manual
  • Follow me.

    Declaration

    Swift

    case followMe
  • Look at

    Declaration

    Swift

    case lookAt
  • Flight Plan

    Declaration

    Swift

    case flightPlan
  • poi

    Point of interest

    Declaration

    Swift

    case poi
  • Debug description.

    Declaration

    Swift

    public var description: String { get }