Extensions.HasAny
Extension Method in Extensions
Declaration
public static bool HasAny(this CollisionFlags flags, CollisionFlags other)
Description
Checks if the flags contain any of the other specified flags.
Parameters
flags | The flags to check. |
other | The other flags to check for. |
Returns
bool | True if the flags contain any of the other specified flags, false otherwise. |