7 lines
800 B
Plaintext
7 lines
800 B
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
|
|
<ui:Button parse-escape-sequences="true" display-tooltip-when-elided="true" name="Button--0" style="flex-direction: row; align-items: center; background-image: none; justify-content: center; -unity-font-style: normal; font-size: 24px; width: 200px; height: 64px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);">
|
|
<ui:Label tabindex="-1" text="[1]" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--0" style="width: 32px; color: rgb(0, 0, 0);" />
|
|
<ui:Label tabindex="-1" text="选择A" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--1" style="color: rgb(0, 0, 0);" />
|
|
</ui:Button>
|
|
</ui:UXML>
|