Component:LoadingSphereThumbnail: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Loading Sphere Thumbnail
|Name=Loading Sphere Thumbnail
}}
}}
{{stub}}
The '''Loading Sphere Thumbnail''' component is used to provide a texture for when the thumbnail for the preview of a world is not yet made or is still loading.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
}}
}}


== Behavior ==
== Usage ==
Not used by the user.


== Examples ==
== Examples ==
Used in the world browser for not yet present world thumbnails in the browser.


== See Also ==
== See Also ==
Line 17: Line 19:
[[Category:Components:Uncategorized{{#translation:}}|Loading Sphere Thumbnail]]
[[Category:Components:Uncategorized{{#translation:}}|Loading Sphere Thumbnail]]
[[Category:Components{{#translation:}}|Loading Sphere Thumbnail]]
[[Category:Components{{#translation:}}|Loading Sphere Thumbnail]]
[[Category:ComponentStubs]]

Latest revision as of 17:18, 1 June 2025

Component image 
Loading Sphere Thumbnail component as seen in the Scene Inspector

The Loading Sphere Thumbnail component is used to provide a texture for when the thumbnail for the preview of a world is not yet made or is still loading.

Fields

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.

Usage

Not used by the user.

Examples

Used in the world browser for not yet present world thumbnails in the browser.

See Also