[]
Specifies the direction in which to move.
public enum Direction
Down = -4121
Specifies the move direction is down.
ToLeft = -4159
Specifies the move direction is left.
ToRight = -4161
Specifies the move direction is right.
Up = -4162
Specifies the move direction is up.