Firstborn/Library/PackageCache/com.unity.shadergraph@12.1.11/Editor/Resources/UXML/Resizable.uxml
Schaken-Mods 9092858a58 updated to the latest editor
I updated everything to the latest Unity Editor. Also realized I had the wrong shaders on my hairs, those are fixed and the hairs look MUCH better!
2023-05-07 17:43:11 -05:00

18 lines
769 B
Plaintext

<UXML xmlns:ui="UnityEngine.UIElements">
<ui:VisualElement name="left" pickingMode="Ignore" >
<ui:VisualElement name="top-left-resize"/>
<ui:VisualElement name="left-resize"/>
<ui:VisualElement name="bottom-left-resize"/>
</ui:VisualElement>
<ui:VisualElement name="middle" pickingMode="Ignore" >
<ui:VisualElement name="top-resize"/>
<ui:VisualElement name="middle-center" pickingMode="Ignore" />
<ui:VisualElement name="bottom-resize"/>
</ui:VisualElement>
<ui:VisualElement name="right" pickingMode="Ignore" >
<ui:VisualElement name="top-right-resize"/>
<ui:VisualElement name="right-resize"/>
<ui:VisualElement name="bottom-right-resize"/>
</ui:VisualElement>
</UXML>