FollowBehavior

@objc(GSFollowBehavior)
public enum FollowBehavior : Int, CustomStringConvertible

Current state of follow mode.

When the FollowMe mode is active, the drone follows its target (moving the drone and the camera). If the Follow mode prerequisites are not met, the drone may remain stationary (while visually following its target).

  • The drone follows the target.

    Declaration

    Swift

    case following
  • The drone looks at the target without moving.

    Declaration

    Swift

    case stationary
  • Debug description.

    Declaration

    Swift

    public var description: String { get }