An Oculus Touch controller.
Inheritance
System.Object
OculusTouchController
public class OculusTouchController : XRControllerWithRumble
Properties
Declaration
public Vector3Control deviceAcceleration { get; }
Property Value
Declaration
public Vector3Control deviceAngularAcceleration { get; }
Property Value
Declaration
public Vector3Control deviceAngularVelocity { get; }
Property Value
Declaration
public Vector3Control devicePosition { get; }
Property Value
Declaration
public QuaternionControl deviceRotation { get; }
Property Value
Declaration
public Vector3Control deviceVelocity { get; }
Property Value
Declaration
public AxisControl grip { get; }
Property Value
Declaration
public ButtonControl gripPressed { get; }
Property Value
Declaration
public AxisControl indexNearTouched { get; }
Property Value
Declaration
public ButtonControl indexTouched { get; }
Property Value
Declaration
public ButtonControl isTracked { get; }
Property Value
Declaration
public ButtonControl primaryButton { get; }
Property Value
Declaration
public ButtonControl primaryTouched { get; }
Property Value
Declaration
public ButtonControl secondaryButton { get; }
Property Value
Declaration
public ButtonControl secondaryTouched { get; }
Property Value
Declaration
public ButtonControl start { get; }
Property Value
Declaration
public AxisControl thumbNearTouched { get; }
Property Value
Declaration
public ButtonControl thumbrestTouched { get; }
Property Value
Declaration
public Vector2Control thumbstick { get; }
Property Value
Declaration
public ButtonControl thumbstickClicked { get; }
Property Value
Declaration
public ButtonControl thumbstickTouched { get; }
Property Value
Declaration
public IntegerControl trackingState { get; }
Property Value
Declaration
public AxisControl trigger { get; }
Property Value
Methods
Declaration
protected override void FinishSetup()
Overrides
Extension Methods