Component:LegacyWorldThumbnailItem: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
m Alizard moved page Component:WorldThumbnailItem to Component:LegacyWorldThumbnailItem: Obsoleted component's name changed
(No difference)

Revision as of 00:08, 25 June 2024

Component image 
World Thumbnail Item component as seen in the Scene Inspector

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

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. Some components stop their functionality when this field is disabled, but some don't.
UpdatingUser direct UserRef
WorldOrSessionId String
_visited Bool
_totalActiveUsers Int
_totalContacts Int
PressAction delegate of identity WorldItemAction
_thumbnailGraphic RawGraphic
_thumbnailTexture StaticTexture2D
_nameRoot RectTransform
_detailRoot RectTransform
_visitedRoot RectTransform
_counterRoot RectTransform
_iconsRoot RectTransform
_closeButton RectTransform
_nameText Text
_detailText Text
_counterText Text
_borderOverlay Image
_borderColor ColorX

Behavior

Examples

See Also