Files
LowPolyBattleSim/Library/PackageCache/com.unity.shadergraph@608f316e1f48/Editor/Resources/UXML/Blackboard/SGBlackboardRow.uxml

14 lines
598 B
Plaintext
Raw Normal View History

2025-06-27 23:27:49 +01:00
<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>