Component:WorldOrb: Difference between revisions

From Resonite Wiki
imported>Chemicalcrux
Creating the page (with a bot!)
 
m ProbablePrime moved page WorldOrb (Component) to Component:WorldOrb: Creating component Namespace
(No difference)

Revision as of 06:29, 20 January 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
WorldOrb component as seen in the Scene Inspector


Intoduction

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.
SessionStartingUser User
URL Uri
ActiveSessionURLs Uri
CreateIfNotExists WorldCreator
OpenActionOverride Action<WorldOrb>
Visit VisitState
ActiveUsers Int
RecordStateUpdated Bool
IsPublic Bool
IsForPatrons Bool
CanModify Bool
LongPressIndicatorColor Color
LongPressTime Float
_longPressIndicator RingMesh
_longPressIndicatorMaterial UnlitMaterial
Touched Action<WorldOrb,TouchEventInfo>
LongPressTriggered Action<WorldOrb>
_lastFetchedUrl Uri
_orbRoot Slot
_infoRoot Slot
_thumbTex StaticTexture2D
_thumbMaterial Projection360Material
_shellMaterial PBS_RimMetallic
_nameText TextRenderer
_creatorText TextRenderer
_visitsText TextRenderer
_usersText TextRenderer
_namePosition Float3
_creatorPosition Float3
_visitsPosition Float3
_usersPosition Float3
_userCountText String
_sizeDrive Float3
_iconSlot Slot
_iconTexture StaticTexture2D
_iconMaterial UnlitMaterial
_iconPosition Float3
_sessionStartDialog NewWorldDialog
_lastTouch Double
_lastFlash Double

Behavior

Examples

Related Components