Automated: update component fields |
m reso wiki friendly sourcing |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
|Name=Static Saved Object Provider | |Name=Static Saved Object Provider | ||
}} | }} | ||
Not currently usable | |||
<!--T:2--> | <!--T:2--> | ||
Line 9: | Line 10: | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|URL|Uri| Enter the Uri (e.g. resrec:///) link of the saved object | |URL|Uri| Enter the Uri (e.g. resrec:///) link of the saved object | ||
|PreGather|Bool| | |PreGather|Bool| Whether to pregather the object's assets or not. | ||
}} | }} | ||
<!--T:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
Answer from Frooxius | Answer from Frooxius from issue #2582 of a previous FrooxEngine-based application. | ||
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. | 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. | ||
Line 20: | Line 21: | ||
It's an old thing that has been added in the past, but I forget the exact reason. | It's an old thing that has been added in the past, but I forget the exact reason. | ||
== See Also == | |||
[[Category:Components:Assets{{#translation:}}|Static Saved Object Provider]] | [[Category:Components:Assets{{#translation:}}|Static Saved Object Provider]] | ||
[[Category:Components{{#translation:}}|Static Saved Object Provider]] | [[Category:Components{{#translation:}}|Static Saved Object Provider]] |
Latest revision as of 23:22, 25 December 2024
Component image
Not currently usable
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. resrec:///) link of the saved object |
PreGather
|
Bool | Whether to pregather the object's assets or not. |
Usage
Answer from Frooxius from issue #2582 of a previous FrooxEngine-based application.
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.