Meta_TrackerOutput
A TrackerOutput represents a link to a particular part of a device, and can send data to it directly.
These nodes are automatically created, either by the current Desktop Immersion mode, or by a tracker xml configuration loaded at startup (Immersive license feature required for tracker xml support).
These nodes are used to trigger things such as vibration motors or lights on the tracker device
Public Types
Property index.
Idx_DriverName | string - Name of driver providing this value, for information only. |
Idx_InstanceName | string - Name of the instance; which part of the device is this data from. Examples may include zspace-vibration for a zSpace stylus motor, or zspace-led for the stylus light. |
Idx_Value | int - Integer value that when changed is passed back to the tracker. This is ignored if the tracker does not accept integers as input. |
Idx_DoubleValue | double - Double value that when changed is passed back to the tracker. This is ignored if the tracker does not accept doubles as input. |