Singularity/Library/PackageCache/com.unity.shadergraph@12.1.11/Editor/Resources/UXML/Blackboard/SGBlackboardRow.uxml

14 lines
598 B
Plaintext
Raw Permalink Normal View History

2024-05-06 14:45:45 -04: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>