SupportedControllerTypeExtensions.IsMaskSet Method

Definition

Checks to determine if all bits in a provided mask are set.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsMaskSet(Microsoft::MixedReality::Toolkit::Input::SupportedControllerType a, Microsoft::MixedReality::Toolkit::Input::SupportedControllerType b);
public static bool IsMaskSet (this Microsoft.MixedReality.Toolkit.Input.SupportedControllerType a, Microsoft.MixedReality.Toolkit.Input.SupportedControllerType b);
static member IsMaskSet : Microsoft.MixedReality.Toolkit.Input.SupportedControllerType * Microsoft.MixedReality.Toolkit.Input.SupportedControllerType -> bool
<Extension()>
Public Function IsMaskSet (a As SupportedControllerType, b As SupportedControllerType) As Boolean

Parameters

Returns

True if all of the bits in the specified mask are set in the current value.

Applies to