Class OculusRemote
An Oculus Remote controller.
Namespace: Unity.XR.Oculus.Input
Syntax
[Preserve]
public class OculusRemote : InputDevice
Properties
back
Declaration
[Preserve]
public ButtonControl back { get; }
Property Value
Type | Description |
---|---|
ButtonControl |
start
Declaration
[Preserve]
public ButtonControl start { get; }
Property Value
Type | Description |
---|---|
ButtonControl |
touchpad
Declaration
[Preserve]
public Vector2Control touchpad { get; }
Property Value
Type | Description |
---|---|
Vector2Control |
Methods
FinishSetup()
Declaration
protected override void FinishSetup()