Component:WorldValueSync

From Resonite Wiki
(Redirected from Component:WorldValueSync`1)
Component image 
World Value Sync`1 component as seen in the Scene Inspector

The WorldValueSync component is used to sync values from world space to user space.

Fields

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.
LocalValue direct RelayRef`1<IField`1<T>> The value to sync.

Usage

Not used directly by the user.

Examples

Used to keep user space visuals for World Orbs synced in position with world space visuals.

See Also