Editar

SimulatedArticulatedHand.UpdateHandJoints(SimulatedHandData) Method

Definition

Updates the positions and orientations of the hand joints of the simulated hand

protected:
 override void UpdateHandJoints(Microsoft::MixedReality::Toolkit::Input::SimulatedHandData ^ handData);
protected override void UpdateHandJoints (Microsoft.MixedReality.Toolkit.Input.SimulatedHandData handData);
override this.UpdateHandJoints : Microsoft.MixedReality.Toolkit.Input.SimulatedHandData -> unit
Protected Overrides Sub UpdateHandJoints (handData As SimulatedHandData)

Parameters

handData
SimulatedHandData

hand data provided by the simulation

Applies to