MovementFlagsExtensions.Has
Extension Method in MovementFlagsExtensions
Declaration
public static bool Has(this MovementFlags flags, MovementFlags flag)
Description
Checks if the movement flags contains a specified flag.
Parameters
flags | The movement flags to check. |
flag | The other flag to check for. |
Returns
bool |