Files
Cielonos/Packages/dev.yarnspinner.unity/Editor/Editors/USS/SourceFile.uxml
SoulliesOfficial 8186f54e90 新场景,剧情
2026-06-02 12:55:39 -04:00

7 lines
557 B
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
<ui:VisualElement style="flex-direction: row;">
<ui:TextField picking-mode="Ignore" name="sourceFile" style="flex-grow: 1;" />
<ui:Button text="Delete" display-tooltip-when-elided="true" name="deleteButton" />
</ui:VisualElement>
</ui:UXML>