|CreateIfNotExists|{{RootFieldType|SyncDelegate`1|[[Type:WorldCreator|WorldCreator]]}}|TypeAdv3=true| A sync delegate to call when a session does not exist for the world for this world orb. Passes this component as an argument.
|OpenActionOverride|{{RootFieldType|SyncDelegate`1|[[Type:Action`1|Action`1]]<[[Component:WorldOrb|WorldOrb]]>}}|TypeAdv4=true| The Sync delegate to call as an override for this world orb's open Action. Passes this component as an argument.
|Touched|{{RootFieldType|SyncDelegate`1|[[Type:Action`2|Action`2]]<[[Component:WorldOrb|WorldOrb]], [[Type:TouchEventInfo|TouchEventInfo]]>}}|TypeAdv14=true| The Sync delegate to trigger when this world orb is touched. Sends this component and the touch info as arguments to the Sync Delegate.
|LongPressTriggered|{{RootFieldType|SyncDelegate`1|[[Type:Action`1|Action`1]]<[[Component:WorldOrb|WorldOrb]]>}}|TypeAdv15=true| The Sync delegate to trigger when long pressing. Passes this component as an argument to the Sync delegate.
|_lastFetchedUrl|Uri|
|_lastFetchedUrl|Uri| The last URL fetched for this world.
|_orbRoot|Slot|
|_isReadOnly|Bool| The target world is a read only world, no saving.
|_infoRoot|Slot|
|_orbRoot|Slot| The slot storing the world orb visual.
|_thumbMaterial|'''[[Component:Projection360Material|Projection360Material]]'''|TypeAdv21=true| The material making the inner world preview/session 360 picture.
|_shellMaterial|{{RootFieldType|DriveRef`1|[[PBS_RimMetallic|PBS_RimMetallic]]}}|TypeAdv22=true| The material making a rim lighting around the world orb.
|_iconPosition|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv36=true| The field to drive with the position of the world icon.
|_lastTouch|Double|
|_sessionStartDialog|{{RootFieldType|SlotCleanupRef`1|[[Component:NewWorldDialog|NewWorldDialog]]}}|TypeAdv37=true| The current dialogue for starting a new session
|_lastFlash|Double|
|_lastTouch|Double| The last time in world time that a user touched the orb.
|_lastFlash|Double| The last time in world time that a user double clicked the orb.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|CustomWorldStart:[[Type:Action`1|Action`1]]<[[Component:NewWorldDialog|NewWorldDialog]]>|[[Type:Action`1|Action`1]]<[[Component:NewWorldDialog|NewWorldDialog]]>|true| Handles when the user asks to open a custom world.
|OnStartNewSession:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user starts a new session with default settings.
|OnStartCustomSession:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to open a custom session.
|OnJoinSession:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when a user joins the target session.
|OnEditMetadata:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when a user asks to edit the metadata.
|OnCancelMenu:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user cancels an action in a menu.
|OnCloneWorld:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to make a clone of the world.
|OnDeleteWorld:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to delete a world.
|OnReallyDeleteWorld:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to truely delete a world.
|OnOverwrite:[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:WorldOrb|WorldOrb]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Component:WorldOrb|WorldOrb]]>|true| Handles when the user does a save overwrite.
}}
== VisitState ==
{{Table EnumValues
|Visited|0| The user has visited the world before, and there are no new updates.
|Updated|1| The user has visited the world before, but it has been updated since then.
|New|2| The user has never visited the target world.