Component image 
Tracked Device Positioner component as seen in the Scene Inspector

The TrackedDevicePositioner component is used to get information from the user's input system to get positioning data for tracked objects like headset, hands, and full body trackers.
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. |
DeviceIndex
|
Int | The input Device by index to track. |
CorrespondingBodyNode
|
BodyNode | The body node of the found input Device tracker. |
AutoBodyNode
|
Nullable`1<BodyNode> | If present, use this to find the input Device to track rather than DeviceIndex .
|
AlwaysRenderModel
|
Bool | Whether to always render the tracker Debug model regardless of if its mapped to a 3d model. |
ReferenceModel
|
Slot | The slot of the debug model visual. |
BodyNodeRoot
|
Slot | acts as an offset for the actual position of a Tracked object. |
ObjectSlot
|
AvatarObjectSlot | The avatar object slot this component is driving. |
IsTracking
|
Bool | Whether the input Device is tracking or lost its tracking. |
IsActive
|
Bool | Whether the input Device is enabled. |
IsSimulated
|
Bool | |
CreateAvatarObjectSlot
|
Bool | Whether to create an avatar object slot component on a slot named "BodyNode" under this component slot if BodyNodeRoot is null.
|
PoseFilter
|
UserPoseController | The pose controller for this component to filter its position and movement based on if this component should be filtered. |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.