Class OculusRemoteController
Inheritance
OculusRemoteController
Assembly: cs.temp.dll.dll
public class OculusRemoteController : GenericOpenVRController
Constructors
Declaration
public OculusRemoteController(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[] DefaultInteractions { get; }
Property Value
| Type |
Description |
| MixedRealityInteractionMapping[] |
|
Methods
Declaration
public override void SetupDefaultInteractions(Handedness controllerHandedness)
Parameters
| Type |
Name |
Description |
| Handedness |
controllerHandedness |
|
Overrides