Class ViveLighthouse
An HTC Vive lighthouse.
Inherited Members
Namespace: UnityEngine.InputSystem.XR
Syntax
public class ViveLighthouse : InputDevice
Properties
devicePosition
Declaration
public Vector3Control devicePosition { get; }
Property Value
Type | Description |
---|---|
Vector3Control |
deviceRotation
Declaration
public QuaternionControl deviceRotation { get; }
Property Value
Type | Description |
---|---|
QuaternionControl |
isTracked
Declaration
public ButtonControl isTracked { get; }
Property Value
Type | Description |
---|---|
ButtonControl |
trackingState
Declaration
public IntegerControl trackingState { get; }
Property Value
Type | Description |
---|---|
IntegerControl |
Methods
FinishSetup()
Declaration
protected override void FinishSetup()