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.
12345678910111213 |
- <UXML xmlns="UnityEngine.UIElements">
- <VisualElement class="project-settings-section-container">
- <Label text="Getting Started" class="project-settings-title"/>
- <Label class="label-container"
- text="We've made it as simple as possible to integrate ads into your game, to help you become more successful."/>
-
- <VisualElement name="LearnMore" class="field-block link-button">
- <TextElement text="Learn More" class="link-button"/>
- <VisualElement class="external-link-icon"/>
- </VisualElement>
- </VisualElement>
- <VisualElement class="separator"/>
- </UXML>
|