mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-30 08:19:01 +08:00
15 lines
836 B
Plaintext
15 lines
836 B
Plaintext
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:ed="UnityEditor.UIElements">
|
|
<ui:VisualElement class="toggled-object-editor">
|
|
<ui:VisualElement class="horizontal">
|
|
<ed:PropertyField binding-path="Object" label="" name="f-object" class="f-object"/>
|
|
<ui:DropdownField name="f-material-index" binding-path="MaterialIndex"/>
|
|
<ui:VisualElement style="display:none">
|
|
<ed:IntegerField binding-path="MaterialIndex" name="f-material-index-int"/>
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
<ui:VisualElement class="horizontal">
|
|
<ui:Label text="reactive_object.material-setter.set-to" class="ndmf-tr"/>
|
|
<ed:PropertyField binding-path="Material" label="" name="f-material"/>
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</UXML> |