Class GearVRTrackedController
Inheritance
GearVRTrackedController
Assembly: solution.dll
[Preserve]
public class GearVRTrackedController : XRController
Properties
Declaration
[Preserve]
public ButtonControl back { get; }
Property Value
Type |
Description |
ButtonControl |
|
Declaration
[Preserve]
public Vector3Control deviceAcceleration { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
[Preserve]
public Vector3Control deviceAngularAcceleration { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
[Preserve]
public Vector3Control deviceAngularVelocity { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
[Preserve]
public Vector3Control devicePosition { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
[Preserve]
public QuaternionControl deviceRotation { get; }
Property Value
Type |
Description |
QuaternionControl |
|
Declaration
[Preserve]
public ButtonControl isTracked { get; }
Property Value
Type |
Description |
ButtonControl |
|
Declaration
[Preserve]
public Vector2Control touchpad { get; }
Property Value
Type |
Description |
Vector2Control |
|
Declaration
[Preserve]
public ButtonControl touchpadClicked { get; }
Property Value
Type |
Description |
ButtonControl |
|
Declaration
[Preserve]
public ButtonControl touchpadTouched { get; }
Property Value
Type |
Description |
ButtonControl |
|
Declaration
[Preserve]
public IntegerControl trackingState { get; }
Property Value
Type |
Description |
IntegerControl |
|
Declaration
[Preserve]
public AxisControl trigger { get; }
Property Value
Type |
Description |
AxisControl |
|
Declaration
[Preserve]
public ButtonControl triggerPressed { get; }
Property Value
Type |
Description |
ButtonControl |
|
Methods
Declaration
protected override void FinishSetup()