ParabolaAnimation

@objc(GSParabolaAnimation)
public protocol ParabolaAnimation : Animation

Parabola animation.

This animation instructs the drone to fly above the target in a parabola shape. The target in question depends on the currently active ActivablePilotingItf.

  • Current animation speed, in meters per second.

    Declaration

    Swift

    var speed: Double { get }
  • Current animation vertical distance, in meters.

    Declaration

    Swift

    var verticalDistance: Double { get }
  • Current animation execution mode.

    Declaration

    Swift

    var mode: AnimationMode { get }