Component:UserTrackingSpaceSync
User Tracking Space Sync is a component that provides the local user's height, and whether they are currently using seated mode.
More actions
Component image 
User Tracking Space Sync component as seen in the Scene Inspector

This article or section is a stub. You can help the Resonite wiki by expanding it.
User Tracking Space Sync is a component that provides the local user's height, and whether they are currently using seated mode.
Usage
| 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. |
SeatedMode
|
Bool | whether the local user is using seated mode. |
UserHeight
|
Float | the local user's height in meters. |
Behavior
Examples
Can be used to make a height detector, or a lazy person detector.