CandleAnimation

@objc(GSCandleAnimation)
public protocol CandleAnimation : Animation

Candle animation.

This animation instructs the drone to fly horizontally in direction of a target and then to fly up. 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 }