Class HPMotionController
Open VR Implementation of the HP Motion Controllers.
Inheritance
HPMotionController
Assembly: cs.temp.dll.dll
public class HPMotionController : GenericOpenVRController
Constructors
Declaration
public HPMotionController(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
Parameters
| Type |
Name |
Description |
| TrackingState |
trackingState |
|
| Handedness |
controllerHandedness |
|
| IMixedRealityInputSource |
inputSource |
|
| MixedRealityInteractionMapping[] |
interactions |
|
Properties
Declaration
protected override MixedRealityInteractionMappingLegacyInput[] LeftHandedLegacyInputSupport { get; }
Property Value
| Type |
Description |
| MixedRealityInteractionMappingLegacyInput[] |
|
Overrides
Declaration
public override float PointerOffsetAngle { get; protected set; }
Property Value
Declaration
protected override MixedRealityInteractionMappingLegacyInput[] RightHandedLegacyInputSupport { get; }
Property Value
| Type |
Description |
| MixedRealityInteractionMappingLegacyInput[] |
|
Overrides