暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

DownloadPlasticExeWindow.uxml 587B

1234567891011121314
  1. <UXML xmlns="UnityEngine.UIElements">
  2. <VisualElement name="container">
  3. <Label name="title" />
  4. <Label name="requireMessage" text="This feature requires a Unity Version Control installation." />
  5. <Label name="message" />
  6. <VisualElement name="progressControlsContainer" />
  7. <VisualElement name="footer">
  8. <VisualElement class="grow-max" />
  9. <Button name="downloadCloudEdition" />
  10. <Button name="downloadEnterpriseEdition" />
  11. <Button name="cancel" />
  12. </VisualElement>
  13. </VisualElement>
  14. </UXML>