PositionTwistUpAnimation

@objc(GSPositionTwistUpAnimation)
public protocol PositionTwistUpAnimation : Animation

Position Twist Up 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 vertical distance, in meters.

    Declaration

    Swift

    var verticalDistance: Double { get }
  • Current animation rotation angle, in degrees.

    Declaration

    Swift

    var rotationAngle: Double { get }
  • Current animation rotation angular speed, in degrees per second.

    Declaration

    Swift

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

    Declaration

    Swift

    var mode: AnimationMode { get }