MovementState.Set
Method in MovementState
Declaration
public void Set(MovementFlags flags, bool on)
Description
Turns on or off the given movement flag(s).
Parameters
flags | The movement flag(s) to turn on or off. |
on | Whether to turn the flag(s) on or off. |