2021-09-09 20:42:29 -04:00

12 lines
479 B
XML

<?xml version="1.0" encoding="Windows-1252"?>
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="divider" class="horizontal"/>
<ui:VisualElement name="sectionHeader" pickingMode="Ignore">
<ui:Button name="expandButton">
<ui:Image name="buttonImage"/>
</ui:Button>
<ui:Label name="sectionTitleLabel" pickingMode="Ignore"/>
</ui:VisualElement>
<ui:VisualElement name="rowsContainer" pickingMode="Ignore" />
</UXML>