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.
 
 
 
 
 

8 lines
363 B

<ui:UXML xmlns:ui="UnityEngine.UIElements"
xmlns:gv="UnityEditor.Experimental.GraphView">
<ui:VisualElement name="contentItem" picking-mode="Ignore">
<gv:Pill name="pill" picking-mode="Ignore" />
<ui:Label name="typeLabel" text = "" picking-mode="Ignore" />
</ui:VisualElement>
<ui:TextField name="textField" text="" />
</ui:UXML>