Няма описание
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.

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>