説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

DownloadPlasticExeWindow.uxml 579B

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