8 lines
435 B
Plaintext
8 lines
435 B
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
|
|
<ui:VisualElement>
|
|
<ui:Button text="Button" parse-escape-sequences="true" display-tooltip-when-elided="true" name="main-button">
|
|
<ui:VisualElement name="icon-image" style="background-image: resource('TypeIcons/Explicit/UpwardsArrow'); width: 24px; height: 24px;" />
|
|
</ui:Button>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|