Automated: create new component page |
add info |
||
Line 4: | Line 4: | ||
}} | }} | ||
{{stub}} | {{stub}} | ||
The component that drives the [[Asset Optimization Wizard]]. | |||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Root|Slot| | |Root|Slot| The slot specified in the generated UI for the wizard. If this is null, the wizard will use the [[Root]] slot. | ||
|IgnoreNonpersistentUsers|Bool| | |IgnoreNonpersistentUsers|Bool| Ignore the contents of the slots of users in the session or not. | ||
|_maxResolution|'''[[Component:IntTextEditorParser|IntTextEditorParser]]'''|TypeAdv2=true| | |_maxResolution|'''[[Component:IntTextEditorParser|IntTextEditorParser]]'''|TypeAdv2=true| The max resolution field that's part of the generated UI. | ||
|_message|'''[[Component:Text|Text]]'''|TypeAdv3=true| | |_message|'''[[Component:Text|Text]]'''|TypeAdv3=true| The message for the current progress and statuses of this wizard's work. | ||
}} | }} | ||
Line 18: | Line 19: | ||
== See Also == | == See Also == | ||
* [[Asset Optimization Wizard]] | |||
[[Category:Components:Wizards{{#translation:}}|Asset Optimization Wizard]] | [[Category:Components:Wizards{{#translation:}}|Asset Optimization Wizard]] | ||
[[Category:Components{{#translation:}}|Asset Optimization Wizard]] | [[Category:Components{{#translation:}}|Asset Optimization Wizard]] | ||
Latest revision as of 15:42, 19 October 2024
Component image
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
The component that drives the Asset Optimization Wizard.
Usage
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. |
Root
|
Slot | The slot specified in the generated UI for the wizard. If this is null, the wizard will use the Root slot. |
IgnoreNonpersistentUsers
|
Bool | Ignore the contents of the slots of users in the session or not. |
_maxResolution
|
IntTextEditorParser | The max resolution field that's part of the generated UI. |
_message
|
Text | The message for the current progress and statuses of this wizard's work. |