Inheritance
System.Object
GearVRTrackedController
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
public class GearVRTrackedController : XRController
Properties
Declaration
public ButtonControl back { get; }
Property Value
Type |
Description |
ButtonControl |
|
Declaration
public AxisControl combinedTrigger { get; }
Property Value
Type |
Description |
AxisControl |
|
Declaration
public Vector3Control deviceAcceleration { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public Vector3Control deviceAngularAcceleration { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public Vector3Control deviceAngularVelocity { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public Vector3Control devicePosition { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public QuaternionControl deviceRotation { get; }
Property Value
Type |
Description |
QuaternionControl |
|
Declaration
public Vector3Control deviceVelocity { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public ButtonControl isTracked { get; }
Property Value
Type |
Description |
ButtonControl |
|
Declaration
public Vector2Control joystick { get; }
Property Value
Type |
Description |
Vector2Control |
|
Declaration
public ButtonControl touchpadClicked { get; }
Property Value
Type |
Description |
ButtonControl |
|
Declaration
public ButtonControl touchpadTouched { get; }
Property Value
Type |
Description |
ButtonControl |
|
Declaration
public IntegerControl trackingState { get; }
Property Value
Type |
Description |
IntegerControl |
|
Declaration
public AxisControl trigger { get; }
Property Value
Type |
Description |
AxisControl |
|
Declaration
public ButtonControl triggerPressed { get; }
Property Value
Type |
Description |
ButtonControl |
|
Methods
Declaration
protected override void FinishSetup(InputDeviceBuilder builder)
Parameters
Type |
Name |
Description |
InputDeviceBuilder |
builder |
|
Overrides