(Redirected from Component:WorldThumbnailItem)
Component image 
Legacy World Thumbnail Item component as seen in the Scene Inspector

The LegacyWorldThumbnailItem component is used to show worlds in the list of the legacy world facet.
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 | The user managing updating this component's functionality. |
WorldOrSessionId
|
String | The world or session ID this component is providing information on. |
_visited
|
Bool | Whether the World has been visited by UpdatingUser .
|
_totalActiveUsers
|
Int | The total focused and active users in the world. |
_totalContacts
|
Int | The total amount of users on the world that are contacts of UpdatingUser .
|
PressAction
|
delegate of identity LegacyWorldItemAction | The action to preform when clicking on this item. |
_thumbnailGraphic
|
RawGraphic | The component handling the Thumbnail graphic. |
_thumbnailTexture
|
StaticTexture2D | The component handling the Thumbnail texture. |
_nameRoot
|
RectTransform | The component that is the graphic rectangle handler for the world name. |
_detailRoot
|
RectTransform | The component that is the graphic rectangle handler for the world details. |
_visitedRoot
|
RectTransform | The component that is the graphic rectangle handler for the world visited status. |
_counterRoot
|
RectTransform | The component that is the graphic rectangle handler for the world active users and contacts amount. |
_iconsRoot
|
RectTransform | The component that is the graphic rectangle handler for the world icons. |
_closeButton
|
RectTransform | The component that is the graphic rectangle handler for the world close button. |
_nameText
|
Text | The text showing the world name. |
_detailText
|
Text | The text showing the world details. |
_counterText
|
Text | The text showing the world active user/contacts. |
_borderOverlay
|
Image | The image UIX component handling the border graphic |
_borderColor
|
ColorX | The color the border should be. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OnClose:ButtonEventHandler
|
ButtonEventHandler | ✓ | Called when the close button is touched. |
Usage
Don't use.
Examples
Used in the old legacy world browser.