7 lines
445 B
Plaintext
7 lines
445 B
Plaintext
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
|
||
|
<ui:VisualElement name="survival-template" style="flex-direction: row;">
|
||
|
<ui:VisualElement name="icon-image" style="width: 32px; height: 32px; background-color: rgb(255, 255, 255);" />
|
||
|
<ui:Label tabindex="-1" text="Label" parse-escape-sequences="true" display-tooltip-when-elided="true" name="context-label" />
|
||
|
</ui:VisualElement>
|
||
|
</ui:UXML>
|