Difference between revisions of "StaticSavedObjectProvider (Component)"

From Neos Wiki
Jump to navigation Jump to search
(Generate from Plugin)
 
 
Line 2: Line 2:
 
<translate>
 
<translate>
 
<!--T:1-->
 
<!--T:1-->
{{stub}}
 
 
{{Infobox Component
 
{{Infobox Component
 
|Image=StaticSavedObjectProviderComponent.png
 
|Image=StaticSavedObjectProviderComponent.png
Line 11: Line 10:
 
== Fields ==
 
== Fields ==
 
{{Table ComponentFields
 
{{Table ComponentFields
|URL|Uri|
+
|URL|Uri| Enter the Uri (e.g. neosrec:///) link of the saved object
|PreGather|Bool|
+
|PreGather|Bool|  
 
}}
 
}}
  
 
<!--T:3-->
 
<!--T:3-->
 
== Usage ==
 
== Usage ==
 +
[//github.com/Neos-Metaverse/NeosPublic/issues/2582 Answer from Frooxius]:
 +
Unfortunately there's not a direct way to use it right now. The only usage is to pre-download some objects and their assets so they load faster, but I don't think we're actively using it even internally at this moment.
 +
 +
It's an old thing that has been added in the past, but I forget the exact reason.
  
 
<!--T:4-->
 
<!--T:4-->

Latest revision as of 08:03, 18 July 2021

Static Saved Object Provider component as seen in the Scene Inspector

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
URL Uri Enter the Uri (e.g. neosrec:///) link of the saved object
PreGather Bool

Usage

Answer from Frooxius: Unfortunately there's not a direct way to use it right now. The only usage is to pre-download some objects and their assets so they load faster, but I don't think we're actively using it even internally at this moment.

It's an old thing that has been added in the past, but I forget the exact reason.

Examples

Related Components