Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DownloadPlasticExeDialog.uxml 412B

123456789101112
  1. <UXML xmlns="UnityEngine.UIElements">
  2. <VisualElement name="container">
  3. <Label name="title" />
  4. <Label name="message" />
  5. <VisualElement name="progressControlsContainer" />
  6. <VisualElement name="footer">
  7. <VisualElement class="grow-max" />
  8. <Button name="download" />
  9. <Button name="cancel" />
  10. </VisualElement>
  11. </VisualElement>
  12. </UXML>