Component:UserTrackingSpaceSync

From Resonite Wiki
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

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.
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.

See Also