Class OculusTouchController
Inheritance
OculusTouchController
Assembly: cs.temp.dll.dll
public class OculusTouchController : GenericOpenVRController
Constructors
Declaration
public OculusTouchController(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