blob: 2f98870e61e68f8667bdf892a4adffc9ee0d3c29 (
plain)
1
2
3
4
5
6
7
8
9
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
<ui:VisualElement style="margin-top: 1px; margin-bottom: 1px;">
<ui:Foldout name="FoldoutArea" class="hierarchy-foldout" />
<ui:Label name="FunctionLabel" class="function-label" />
<ui:VisualElement style="position: absolute; width: 100%;">
<ui:Label name="PriorityLabel" class="priority-label" />
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>
|