Automated: create new component page |
Add info |
||
Line 4: | Line 4: | ||
}} | }} | ||
{{stub}} | {{stub}} | ||
User Tracking Space Sync is a component that provides the local user's height, and whether they are currently using seated mode. | |||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|SeatedMode|Bool| | |SeatedMode|Bool| whether the local user is using seated mode. | ||
|UserHeight|Float| | |UserHeight|Float| the local user's height in meters. | ||
}} | }} | ||
Line 14: | Line 15: | ||
== Examples == | == Examples == | ||
Can be used to make a height detector, or a lazy person detector. | |||
== See Also == | == See Also == | ||
Line 19: | Line 21: | ||
[[Category:Components:Utility{{#translation:}}|User Tracking Space Sync]] | [[Category:Components:Utility{{#translation:}}|User Tracking Space Sync]] | ||
[[Category:Components{{#translation:}}|User Tracking Space Sync]] | [[Category:Components{{#translation:}}|User Tracking Space Sync]] | ||
Latest revision as of 16:48, 18 October 2024
Component image
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. |
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.