DronieAnimation

@objc(GSDronieAnimation)
public protocol DronieAnimation : Animation

Dronie animation.

This animation instructs the drone to fly away from the target on a given distance with a predefined (and not configurable) angle. 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 distance, in meters.

    Declaration

    Swift

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

    Declaration

    Swift

    var mode: AnimationMode { get }