Class HPReverbG2Controller
Namespace: Microsoft.MixedReality.Toolkit.XRSDK.OpenXR
Assembly: cs.temp.dll.dll
Syntax
public class HPReverbG2Controller : GenericXRSDKController
Constructors
HPReverbG2Controller(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])
Constructor.
Declaration
public HPReverbG2Controller(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
Parameters
Type | Name | Description |
---|---|---|
TrackingState | trackingState | |
Handedness | controllerHandedness | |
IMixedRealityInputSource | inputSource | |
MixedRealityInteractionMapping[] | interactions |
Methods
UpdatePoseData(MixedRealityInteractionMapping, InputDevice)
Update spatial pointer and spatial grip data.
Declaration
protected override void UpdatePoseData(MixedRealityInteractionMapping interactionMapping, InputDevice inputDevice)
Parameters
Type | Name | Description |
---|---|---|
MixedRealityInteractionMapping | interactionMapping | |
InputDevice | inputDevice |