2023-10-02 23:24:56 +08:00
|
|
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
|
2024-03-31 23:34:22 +08:00
|
|
|
<ui:VisualElement style="flex-direction: row; margin-left: 4px; margin-right: 4px; margin-top: 4px; margin-bottom: 4px; align-items: center;">
|
2023-10-02 23:24:56 +08:00
|
|
|
<ui:Label tabindex="-1" text="Label" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--0" />
|
2024-03-31 23:34:22 +08:00
|
|
|
<ui:VisualElement style="flex-grow: 1; background-color: rgba(255, 255, 255, 0.13); height: 4px; justify-content: space-between; flex-direction: row; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;">
|
2023-10-02 23:24:56 +08:00
|
|
|
<ui:VisualElement name="fill-bar" style="width: 64%; background-color: rgba(255, 255, 255, 0.96);" />
|
|
|
|
</ui:VisualElement>
|
2023-09-01 14:33:54 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:UXML>
|