HandConstraint.GetController(Handedness) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the first detected controller in the input system that matches the passed-in handedness
protected:
static Microsoft::MixedReality::Toolkit::Input::IMixedRealityController ^ GetController(Microsoft::MixedReality::Toolkit::Utilities::Handedness handedness);
protected static Microsoft.MixedReality.Toolkit.Input.IMixedRealityController GetController (Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness);
static member GetController : Microsoft.MixedReality.Toolkit.Utilities.Handedness -> Microsoft.MixedReality.Toolkit.Input.IMixedRealityController
Protected Shared Function GetController (handedness As Handedness) As IMixedRealityController
Parameters
- handedness
- Handedness
The handedness of the returned controller
Returns
The IMixedRealityController for the desired handedness, or null if none are present.