Files
Cielonos/Packages/io.continis.subassets/UI/UIToolkit/ProjectSettings.uxml
SoulliesOfficial f26f9fd374 爆更
2026-03-20 12:07:44 -04:00

13 lines
1.4 KiB
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
<Style src="project://database/Packages/io.continis.subassets/UI/UIToolkit/ProjectSettings_Styles.uss?fileID=7433441132597879392&amp;guid=c3d4e5f6a7b8c9d0e1f2a3b4c5d6a7b8&amp;type=3#ProjectSettings_Styles" />
<ui:VisualElement name="Container" style="flex-grow: 1;">
<ui:Label name="Title" text="SubAssets Toolbox" class="header" />
<ui:ScrollView name="ContentScroll">
<ui:Label text="Patch References" class="subtitle" />
<ui:EnumField name="RedirectionModeField" label="Interaction Mode" tooltip="Controls how reference redirection behaves when moving assets/sub-assets." type="SubAssetsToolbox.Editor.ReferencePatchingMode, SubAssetsToolbox.Editor" value="AskEachTime" />
<ui:ListView name="ExtensionsList" reorderable="true" reorder-mode="Animated" show-border="true" show-foldout-header="true" header-title="File Types To Scan For References" show-add-remove-footer="true" tooltip="File extensions to scan when redirecting references. Only YAML-serialized assets that can contain object references need to be listed." />
<ui:Button name="ResetBtn" text="Reset to Default" tooltip="Resets the extensions to a sensible list of defaults." />
</ui:ScrollView>
</ui:VisualElement>
</ui:UXML>