blob: 082dba3d1fd170f72deaf60196747532c7491e7c (
plain)
1
2
3
4
5
6
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
<uie:PropertyField binding-path="Template" label="Template" focusable="true" />
<uie:PropertyField binding-path="Queue" label="Queue" focusable="true" />
<ui:Toggle binding-path="NeedsVariant" label="Generates variant" />
<Poiyomi.ModularShaderSystem.UI.InspectorList show-elements-text="false" binding-path="Keywords" />
</ui:UXML>
|