Method IsSet
IsSet(UpdateTypes, UpdateTypes)
Checks if the specific flag is set in this flags enum.
Declaration
public static bool IsSet(this XRHandTrackingEvents.UpdateTypes self, XRHandTrackingEvents.UpdateTypes flag)
Parameters
Type | Name | Description |
---|---|---|
XRHandTrackingEvents.UpdateTypes | self | The flags. |
XRHandTrackingEvents.UpdateTypes | flag | The flag to check for. |
Returns
Type | Description |
---|---|
bool | Returns true if the flag is set in this flags enum. |