Class ViveKnucklesController
Inheritance
ViveKnucklesController
Assembly: cs.temp.dll.dll
public class ViveKnucklesController : GenericOpenVRController
Constructors
Declaration
public ViveKnucklesController(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
Parameters
| Type |
Name |
Description |
| TrackingState |
trackingState |
|
| Handedness |
controllerHandedness |
|
| IMixedRealityInputSource |
inputSource |
|
| MixedRealityInteractionMapping[] |
interactions |
|
Properties
Declaration
public override MixedRealityInteractionMapping[] DefaultLeftHandedInteractions { get; }
Property Value
| Type |
Description |
| MixedRealityInteractionMapping[] |
|
Overrides
Declaration
public override MixedRealityInteractionMapping[] DefaultRightHandedInteractions { get; }
Property Value
| Type |
Description |
| MixedRealityInteractionMapping[] |
|
Overrides
Methods
Declaration
public override void SetupDefaultInteractions(Handedness controllerHandedness)
Parameters
| Type |
Name |
Description |
| Handedness |
controllerHandedness |
|
Overrides