Click or drag to resize

HololensHandExtension Class

Inheritance Hierarchy
SystemObject
  RewiredControllerExtension
    Rewired.ControllerExtensionsTrackedDeviceExtension
      Rewired.ControllerExtensionsHololensHandExtension

Namespace: Rewired.ControllerExtensions
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public sealed class HololensHandExtension : TrackedDeviceExtension

The HololensHandExtension type exposes the following members.

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