HandConstraint.IsValidController(IMixedRealityController) 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.
Determines if a hand meets the requirements for use with constraining the tracked object.
protected:
 virtual bool IsValidController(Microsoft::MixedReality::Toolkit::Input::IMixedRealityController ^ controller);protected virtual bool IsValidController(Microsoft.MixedReality.Toolkit.Input.IMixedRealityController controller);abstract member IsValidController : Microsoft.MixedReality.Toolkit.Input.IMixedRealityController -> bool
override this.IsValidController : Microsoft.MixedReality.Toolkit.Input.IMixedRealityController -> boolProtected Overridable Function IsValidController (controller As IMixedRealityController) As BooleanParameters
- controller
- IMixedRealityController
The controller to check against.
Returns
True if this hand should be used from tracking.