WindowsMixedRealityHandMeshProvider.SetInputSource 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.
Sets the IMixedRealityInputSource that represents the current hand for this mesh.
public:
void SetInputSource(Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^ inputSource);
public void SetInputSource (Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource inputSource);
member this.SetInputSource : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource -> unit
Public Sub SetInputSource (inputSource As IMixedRealityInputSource)
Parameters
- inputSource
- IMixedRealityInputSource
Implementation of the hand input source.