Click or drag to resize

WMRSpatialControllerExtension Properties

The WMRSpatialControllerExtension 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.
(Inherited from TrackedDeviceExtension)
Public propertyangularAcceleration The angular acceleration of the device. Check trackedValues to see if this value is available on this device.
(Inherited from TrackedDeviceExtension)
Public propertyangularVelocity The angular velocity of the device. Check trackedValues to see if this value is available on this device.
(Inherited from TrackedDeviceExtension)
Public propertycontroller The parent controller of this extension.
(Inherited from ControllerExtension)
Public propertyisTracked Is this device tracked?
(Inherited from TrackedDeviceExtension)
Public propertyposition The position of the device. Check trackedValues to see if this value is available on this device.
(Inherited from TrackedDeviceExtension)
Public propertyrotation The rotation of the device. Check trackedValues to see if this value is available on this device.
(Inherited from TrackedDeviceExtension)
Public propertysourceLossMitigationDirection The source loss mitigation direction.
Public propertysourceLossRisk The source loss risk.
Public propertytrackedValues The values that are tracked by the device.
(Inherited from TrackedDeviceExtension)
Public propertyvelocity The velocity of the device. Check trackedValues to see if this value is available on this device.
(Inherited from TrackedDeviceExtension)
Top
See Also