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