UnityGame/Library/PackageCache/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/DownloadPlasticExeDialog.uxml
2024-10-27 10:53:47 +03:00

12 lines
412 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="download" />
<Button name="cancel" />
</VisualElement>
</VisualElement>
</UXML>