ArticulatedHandDefinition.UpdatePointerPose 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.
Updates the MixedRealityInteractionMapping with the latest pointer pose status and fires a corresponding pose event.
public:
void UpdatePointerPose(Microsoft::MixedReality::Toolkit::Input::MixedRealityInteractionMapping ^ interactionMapping);
public void UpdatePointerPose (Microsoft.MixedReality.Toolkit.Input.MixedRealityInteractionMapping interactionMapping);
member this.UpdatePointerPose : Microsoft.MixedReality.Toolkit.Input.MixedRealityInteractionMapping -> unit
Public Sub UpdatePointerPose (interactionMapping As MixedRealityInteractionMapping)
Parameters
- interactionMapping
- MixedRealityInteractionMapping
The pointer pose's interaction mapping.