enum classafParrotSdk2::FlightAnimation

sys::Obj
  sys::Enum
    afParrotSdk2::FlightAnimation

@Serializable { simple=true }

Pre-configured flight paths.

defaultDuration

Source

const Duration defaultDuration

How long the manoeuvre should take.

doublePhiThetaMixed

Source

const static FlightAnimation doublePhiThetaMixed := ...

flipBackward

Source

const static FlightAnimation flipBackward := ...

flipForward

Source

const static FlightAnimation flipForward := ...

flipLeft

Source

const static FlightAnimation flipLeft := ...

flipRight

Source

const static FlightAnimation flipRight := ...

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the FlightAnimation instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

phi30Deg

Source

const static FlightAnimation phi30Deg := ...

phiDance

Source

const static FlightAnimation phiDance := ...

phiM30Deg

Source

const static FlightAnimation phiM30Deg := ...

phiThetaMixed

Source

const static FlightAnimation phiThetaMixed := ...

theta20degYaw200Deg

Source

const static FlightAnimation theta20degYaw200Deg := ...

theta20degYawM200Deg

Source

const static FlightAnimation theta20degYawM200Deg := ...

theta30Deg

Source

const static FlightAnimation theta30Deg := ...

thetaDance

Source

const static FlightAnimation thetaDance := ...

thetaM30Deg

Source

const static FlightAnimation thetaM30Deg := ...

turnaround

Source

const static FlightAnimation turnaround := ...

turnaroundGoDown

Source

const static FlightAnimation turnaroundGoDown := ...

vals

Source

const static FlightAnimation[] vals := ...

List of FlightAnimation values indexed by ordinal

vzDance

Source

const static FlightAnimation vzDance := ...

wave

Source

const static FlightAnimation wave := ...

yawDance

Source

const static FlightAnimation yawDance := ...

yawShake

Source

const static FlightAnimation yawShake := ...