Component:ButtonWorldLink

From Resonite Wiki
Component image 
Button World Link component as seen in the Scene Inspector


The ButtonWorldLink component takes in a WorldLink Component. When an IButton is pressed while this component is in the same slot as it, this component will attempt to open a world that is provided from that world link component.

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.
LastOpened direct SyncTime Shows the last opened time (not seen in the component).
WorldLink WorldLink The WorldLink component that contains the world information.

Usage

This allows a user to make customizable world loading buttons, either as a way to go to another world or to pre-load a world.

Examples

See Also