You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
598 B
13 lines
598 B
<UXML xmlns:ui="UnityEngine.UIElements">
|
|
<ui:VisualElement name="root" pickingMode="Ignore">
|
|
<ui:VisualElement name="itemRow" pickingMode="Ignore">
|
|
<ui:Button name="expandButton" text = "">
|
|
<ui:Image name="buttonImage" />
|
|
</ui:Button>
|
|
<ui:VisualElement name="itemRowContentContainer" pickingMode="Ignore">
|
|
<ui:VisualElement name="itemContainer" pickingMode="Ignore" />
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
<ui:VisualElement name="propertyViewContainer"/>
|
|
</ui:VisualElement>
|
|
</UXML>
|