FollowDirection
public enum FollowDirection : Equatable
Direction relative to the target that the vehicle should follow
-
Do not follow.
Declaration
Swift
case none
-
Follow from behind.
Declaration
Swift
case behind
-
Follow from front.
Declaration
Swift
case front
-
Follow from front right.
Declaration
Swift
case frontRight
-
Follow from front left.
Declaration
Swift
case frontLeft
-
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)