WorldOrb (Component)

From Neos Wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.


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


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