Class OculusRemote
Inherited Members
Namespace: UnityEngine.InputSystem.Plugins.XR
Syntax
public class OculusRemote : InputDevice
Properties
back
Declaration
public ButtonControl back { get; }
Property Value
| Type | Description |
|---|---|
| ButtonControl |
start
Declaration
public ButtonControl start { get; }
Property Value
| Type | Description |
|---|---|
| ButtonControl |
touchpad
Declaration
public Vector2Control touchpad { get; }
Property Value
| Type | Description |
|---|---|
| Vector2Control |
Methods
FinishSetup(InputDeviceBuilder)
Declaration
protected override void FinishSetup(InputDeviceBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| InputDeviceBuilder | builder |