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

AdsServiceGettingStarted.uxml 633B

12345678910111213
  1. <UXML xmlns="UnityEngine.UIElements">
  2. <VisualElement class="project-settings-section-container">
  3. <Label text="Getting Started" class="project-settings-title"/>
  4. <Label class="label-container"
  5. text="We&apos;ve made it as simple as possible to integrate ads into your game, to help you become more successful."/>
  6. <VisualElement name="LearnMore" class="field-block link-button">
  7. <TextElement text="Learn More" class="link-button"/>
  8. <VisualElement class="external-link-icon"/>
  9. </VisualElement>
  10. </VisualElement>
  11. <VisualElement class="separator"/>
  12. </UXML>