An input device that has its orientation and position in space tracked.
Inheritance
TrackedDevice
[Preserve]
public class TrackedDevice : InputDevice
Properties
Declaration
[Preserve]
public Vector3Control devicePosition { get; }
Property Value
Declaration
[Preserve]
public QuaternionControl deviceRotation { get; }
Property Value
Declaration
[Preserve]
public ButtonControl isTracked { get; }
Property Value
Declaration
[Preserve]
public IntegerControl trackingState { get; }
Property Value
Methods
Declaration
protected override void FinishSetup()
Overrides
Extension Methods
See Also