arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.collab-proxy@ab839cc7d2ad/Editor/Assets/Layouts/DownloadPlasticExeDialog.uxml

12 lines
412 B
Plaintext
Raw Normal View History

2025-09-25 22:01:28 +02:00
<UXML xmlns="UnityEngine.UIElements">
<VisualElement name="container">
<Label name="title" />
<Label name="message" />
<VisualElement name="progressControlsContainer" />
<VisualElement name="footer">
<VisualElement class="grow-max" />
<Button name="download" />
<Button name="cancel" />
</VisualElement>
</VisualElement>
</UXML>