9 lines
702 B
Plaintext
9 lines
702 B
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
|
|
<ui:VisualElement style="flex-direction: row; margin-left: 4px; margin-right: 4px; margin-top: 4px; margin-bottom: 4px;">
|
|
<ui:Label tabindex="-1" text="Label" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--0" />
|
|
<ui:VisualElement style="flex-grow: 1; background-color: rgba(255, 255, 255, 0.13); height: 32px; justify-content: space-between; flex-direction: row;">
|
|
<ui:VisualElement name="fill-bar" style="width: 64%; background-color: rgba(255, 255, 255, 0.96);" />
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|