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
380 B
8 lines
380 B
<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>
|