Click or drag to resize

TrackedDeviceExtension Properties

The TrackedDeviceExtension type exposes the following members.

Properties
 NameDescription
Public propertyacceleration The acceleration of the device. Check trackedValues to see if this value is available on this device.
Public propertyangularAcceleration The angular acceleration of the device. Check trackedValues to see if this value is available on this device.
Public propertyangularVelocity The angular velocity of the device. Check trackedValues to see if this value is available on this device.
Public propertycontroller The parent controller of this extension.
(Inherited from ControllerExtension)
Public propertyisTracked Is this device tracked?
Public propertyposition The position of the device. Check trackedValues to see if this value is available on this device.
Public propertyrotation The rotation of the device. Check trackedValues to see if this value is available on this device.
Public propertytrackedValues The values that are tracked by the device.
Public propertyvelocity The velocity of the device. Check trackedValues to see if this value is available on this device.
Top
See Also