Click or drag to resize

TrackedDeviceExtension Class

Inheritance Hierarchy

Namespace: Rewired.ControllerExtensions
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntax
C#
public class TrackedDeviceExtension : ControllerExtension

The TrackedDeviceExtension type exposes the following members.

Constructors
 NameDescription
Public methodTrackedDeviceExtensionInitializes a new instance of the TrackedDeviceExtension class
Top
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