Class OculusStandaloneHMDExtended
Inheritance
System.Object
OculusStandaloneHMDExtended
Inherited Members
Namespace: UnityEngine.InputSystem.Plugins.XR
Syntax
public class OculusStandaloneHMDExtended : OculusStandaloneHMDBase
Properties
back
Declaration
public ButtonControl back { 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 |