summaryrefslogtreecommitdiff
path: root/VRCSDK3Avatars/Assets/_PoiyomiShaders/Scripts/ModularShaderSystem/Resources/POIMSS/MSSUIElements/EnablePropertyDrawer.uxml
blob: e013f293bd462bf3b5e1151ea74c44d43300bc4c (plain)
1
2
3
4
5
6
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
    <ui:TextField picking-mode="Ignore" label="Name" binding-path="Name" />
    <ui:TextField picking-mode="Ignore" label="Display Name" binding-path="DisplayName" />
    <uie:IntegerField label="Enable Value" value="0" binding-path="EnableValue" />
    <Poiyomi.ModularShaderSystem.UI.InspectorList show-elements-text="false" binding-path="Attributes" />
</ui:UXML>