Files
GameDevTVObstacleDodge/Library/PackageCache/com.unity.collab-proxy@1ec4e416a4af/Editor/Assets/Layouts/DownloadPlasticExeDialog.uxml

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>