Files
TowerDefence/My project/Library/PackageCache/com.unity.collab-proxy@3351acaba9c9/Editor/Assets/Layouts/DownloadPlasticExeDialog.uxml

12 lines
412 B
Plaintext
Raw Normal View History

2025-11-14 17:30:41 +00: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>