989onan bot (talk | contribs) Automated: update SyncDelegates |
989onan bot (talk | contribs) Automated: update SyncDelegates |
||
Line 16: | Line 16: | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|CleanupUnusedAssets[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |CleanupUnusedAssets:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|CleanupEmptySlots[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |CleanupEmptySlots:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|CleanupDisabledMeshRenderers[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |CleanupDisabledMeshRenderers:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|DeduplicateMaterials[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |DeduplicateMaterials:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|OnSetMaxTextureResolution[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |OnSetMaxTextureResolution:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|CleanupFileItems[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |CleanupFileItems:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|OnRecompressTextures[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |OnRecompressTextures:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|OnRecalculateAllMikktspace[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |OnRecalculateAllMikktspace:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|OnRecalculateAllNormals[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |OnRecalculateAllNormals:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|OnRecalculateAllNormalsMerged[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |OnRecalculateAllNormalsMerged:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
}} | }} | ||
Revision as of 06:30, 17 March 2025
Component image 
Asset Optimization Wizard component as seen in the Scene Inspector

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. Some components stop their functionality when this field is disabled, but some don't. |
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. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
CleanupUnusedAssets:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
CleanupEmptySlots:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
CleanupDisabledMeshRenderers:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
DeduplicateMaterials:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnSetMaxTextureResolution:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
CleanupFileItems:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnRecompressTextures:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnRecalculateAllMikktspace:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnRecalculateAllNormals:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnRecalculateAllNormalsMerged:ButtonEventHandler
|
ButtonEventHandler | ✓ |