Files
Bombaleila/Library/PackageCache/com.unity.collab-proxy@e566cd3e7623/Editor/Assets/Layouts/DownloadPlasticExeDialog.uxml
2026-03-03 00:39:30 +05:00

12 lines
424 B
Plaintext

<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="downloadButton" />
<Button name="cancelButton" />
</VisualElement>
</VisualElement>
</UXML>