Class SimulatedArticulatedHand
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public class SimulatedArticulatedHand : SimulatedHand, IMixedRealityHand, IMixedRealityController
Constructors
SimulatedArticulatedHand(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])
Constructor.
Declaration
public SimulatedArticulatedHand(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
Parameters
Type | Name | Description |
---|---|---|
TrackingState | trackingState | |
Handedness | controllerHandedness | |
IMixedRealityInputSource | inputSource | |
MixedRealityInteractionMapping[] | interactions |
Properties
SimulationMode
Declaration
public override ControllerSimulationMode SimulationMode { get; }
Property Value
Type | Description |
---|---|
ControllerSimulationMode |
Overrides
Methods
UpdateHandJoints(SimulatedHandData)
Updates the positions and orientations of the hand joints of the simulated hand
Declaration
protected override void UpdateHandJoints(SimulatedHandData handData)
Parameters
Type | Name | Description |
---|---|---|
SimulatedHandData | handData | hand data provided by the simulation |
Overrides
UpdateInteractions(SimulatedHandData)
Updates the interactions raised by the simulated hand
Declaration
protected override void UpdateInteractions(SimulatedHandData handData)
Parameters
Type | Name | Description |
---|---|---|
SimulatedHandData | handData | hand data provided by the simulation |