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