2024-08-11 09:03:50 +08:00
|
|
|
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:ed="UnityEditor.UIElements">
|
2024-09-14 09:06:45 +08:00
|
|
|
<ui:VisualElement class="horizontal">
|
|
|
|
<ed:PropertyField name="f-object" binding-path="Object" label=""/>
|
2024-08-11 09:03:50 +08:00
|
|
|
</ui:VisualElement>
|
2024-09-14 09:06:45 +08:00
|
|
|
|
|
|
|
<ui:VisualElement class="horizontal">
|
|
|
|
<ed:IntegerField name="f-material-index" binding-path="MaterialIndex"/>
|
|
|
|
<ui:DropdownField name="f-material-index-dropdown"/>
|
|
|
|
<ed:ObjectField name="f-material-index-original"/>
|
|
|
|
</ui:VisualElement>
|
|
|
|
|
|
|
|
<ui:VisualElement class="horizontal">
|
|
|
|
<ui:Label text="reactive_object.material-setter.set-to" class="ndmf-tr"/>
|
|
|
|
<ed:PropertyField name="f-material" binding-path="Material" label=""/>
|
|
|
|
</ui:VisualElement>
|
|
|
|
</UXML>
|