Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Editor/UIResources/uxml/VFXTextEditor.uxml
2024-08-26 23:07:20 +03:00

9 lines
380 B
Plaintext

<UXML
xmlns:ui="UnityEngine.UIElements"
xmlns:uie="UnityEditor.UIElements">
<ui:ScrollView vertical-scroller-visibility="AlwaysVisible">
<ui:Label name="emptyMessage" text="Click on the edit button in a Custom HLSL node to open some code." style="display:none" />
<ui:VisualElement name="container" pickingMode="Ignore" />
</ui:ScrollView>
</UXML>