SpiralAnimation

@objc(GSSpiralAnimation)
public protocol SpiralAnimation : Animation

Spiral animation.

This animation instructs the drone to circle around the target, possibly in a spiral shape and possibly also while flying vertically (up or down). 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 radius variation.

    Declaration

    Swift

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

    Declaration

    Swift

    var verticalDistance: Double { get }
  • Current animation revolution amount.

    Declaration

    Swift

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

    Declaration

    Swift

    var mode: AnimationMode { get }