Enum OnTheFlyDirection
Represents the selection of parameters for the movement direction.
public enum OnTheFlyDirection
Fields
Down = 0
Movement downwards
Left = 3
Movement to the left
Right = 1
Movement to the right
Up = 2
Movement upwards