Component:WorldLink

From Resonite Wiki
(Redirected from WorldLink (Component))
This page contains changes which are not marked for translation.
Component image 
WorldLink component as seen in the Scene Inspector


The WorldLink component is used to set the world information, either to use as a way to jump to different worlds or to pre-load worlds.

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.
URL Uri The world to link.
ActiveSessionURLs direct SyncFieldList`1<Uri> Used for session orbs.
CreateIfNotExists WorldCreator If the world we are going to does not exist, then make one.
WorldRelation WorldRelation The relation of the world.
AutoFocus Bool After the world loads, focus to this world automatically.
GetExisting Bool If a world we are looking for already exists, then create or focus onto it.

Usage

Examples

Related Components