Tracked |
public class TrackedDeviceExtension : ControllerExtension
The TrackedDeviceExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| TrackedDeviceExtension | Initializes a new instance of the TrackedDeviceExtension class |
| Name | Description | |
|---|---|---|
| acceleration | The acceleration of the device. Check trackedValues to see if this value is available on this device. | |
| angularAcceleration | The angular acceleration of the device. Check trackedValues to see if this value is available on this device. | |
| angularVelocity | The angular velocity of the device. Check trackedValues to see if this value is available on this device. | |
| controller |
The parent controller of this extension.
(Inherited from ControllerExtension) | |
| isTracked | Is this device tracked? | |
| position | The position of the device. Check trackedValues to see if this value is available on this device. | |
| rotation | The rotation of the device. Check trackedValues to see if this value is available on this device. | |
| trackedValues | The values that are tracked by the device. | |
| velocity | The velocity of the device. Check trackedValues to see if this value is available on this device. |