Class OculusHMDExtended
A Standalone VR headset that includes on-headset controls.
Inherited Members
Namespace: Unity.XR.Oculus.Input
Syntax
[Preserve]
public class OculusHMDExtended : OculusHMD
Remarks
This device was never supported by the Oculus XR Plugin and will be removed in a future Oculus XR Plugin.
Properties
back
Declaration
[Preserve]
public ButtonControl back { 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()