Files
CartoonFPS/Library/PackageCache/com.unity.shadergraph@052d95cfe62a/Editor/Resources/UXML/StickyNote.uxml
SHOUTING_PIRATE 4c8592d0ab initial commit
2025-08-05 09:30:40 +01:00

12 lines
453 B
Plaintext

<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>