Inheritance
System.Object
ViveHMD
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 ViveHMD : XRHMD
Properties
Declaration
public Vector3Control centerEyeAngularVelocity { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public Vector3Control centerEyePosition { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public QuaternionControl centerEyeRotation { get; }
Property Value
Type |
Description |
QuaternionControl |
|
Declaration
public Vector3Control centerEyeVelocity { 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 Vector3Control leftEyeAngularVelocity { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public Vector3Control leftEyePosition { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public QuaternionControl leftEyeRotation { get; }
Property Value
Type |
Description |
QuaternionControl |
|
Declaration
public Vector3Control leftEyeVelocity { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public Vector3Control rightEyeAngularVelocity { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public Vector3Control rightEyePosition { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public QuaternionControl rightEyeRotation { get; }
Property Value
Type |
Description |
QuaternionControl |
|
Declaration
public Vector3Control rightEyeVelocity { get; }
Property Value
Type |
Description |
Vector3Control |
|
Declaration
public IntegerControl trackingState { get; }
Property Value
Type |
Description |
IntegerControl |
|
Methods
Declaration
protected override void FinishSetup(InputDeviceBuilder builder)
Parameters
Type |
Name |
Description |
InputDeviceBuilder |
builder |
|
Overrides