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