Net.Like.Xue.Tokyo/Assets/Artists/UX/ui_quest_list-template.uxml

11 lines
1.2 KiB
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
<ui:VisualElement style="flex-grow: 1; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px;">
<ui:VisualElement style="flex-direction: row; align-items: flex-end;">
<ui:VisualElement style="width: 32px; height: 32px; background-image: url(&quot;project://database/Assets/BITKit/Unity/Art/Icons/ic_round-question-mark.png?fileID=21300000&amp;guid=b784648f27b84f54cb79bee10a90339b&amp;type=3#ic_round-question-mark&quot;);" />
<ui:Label tabindex="-1" text="QuestName" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--0" class="tm" />
<ui:Label tabindex="-1" text="State" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--2" style="background-color: rgba(255, 255, 255, 0.13); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; padding-left: 8px; padding-right: 8px;" />
</ui:VisualElement>
<ui:Label tabindex="-1" text="Quest description" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--1" />
</ui:VisualElement>
</ui:UXML>