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.
11 lines
453 B
11 lines
453 B
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:sg="UnityEditor.ShaderGraph.Drawing"> |
|
<ui:VisualElement name="node-border" pickingMode="Ignore" > |
|
<ui:Label name="title" /> |
|
<ui:TextField name="title-field" /> |
|
<ui:Label name="contents"> |
|
<ui:TextField name="contents-field" /> |
|
</ui:Label> |
|
</ui:VisualElement> |
|
<ui:VisualElement name="selection-border" pickingMode="Ignore" /> |
|
<sg:ResizableElement pickingMode="Ignore" /> |
|
</UXML>
|
|
|