ArticulatedHandDefinition.UpdateCurrentTeleportPose 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 teleport pose status and fires an event when appropriate
public:
void UpdateCurrentTeleportPose(Microsoft::MixedReality::Toolkit::Input::MixedRealityInteractionMapping ^ interactionMapping);
public void UpdateCurrentTeleportPose (Microsoft.MixedReality.Toolkit.Input.MixedRealityInteractionMapping interactionMapping);
member this.UpdateCurrentTeleportPose : Microsoft.MixedReality.Toolkit.Input.MixedRealityInteractionMapping -> unit
Public Sub UpdateCurrentTeleportPose (interactionMapping As MixedRealityInteractionMapping)
Parameters
- interactionMapping
- MixedRealityInteractionMapping
The teleport action's interaction mapping.