Component:TrackerController
From Resonite Wiki
More actions
(Redirected from TrackerController (Component))
Component image 
Tracker Controller component as seen in the Scene Inspector

The TrackerController component is an internally used component that triggers a pair of sync Delegates when a device is added to the user's list of tracked devices with position and rotation.
Fields
| Name | Type | Description |
|---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
PositionStreamConfigurator
|
delegate of identity Action`2<ValueStream`1<Float3>, Int> | The Sync delegate to call with the created tracked device's position stream and "2" as a number when a device is added. |
RotationStreamConfigurator
|
delegate of identity Action`2<ValueStream`1<FloatQ>, Int> | The Sync delegate to call with the created tracked device's rotation stream and "2" as a number when a device is added. |
Examples
Automatically attached to the root of a user slot when they spawn.