mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-04 13:45:04 +08:00
3be3cfb74a
* feat: warn by color when Shape Changer has an invalid blendshape * feat: refine reactive components ui layout * feat: refine ma parameters ui layout
17 lines
722 B
Plaintext
17 lines
722 B
Plaintext
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:ed="UnityEditor.UIElements">
|
|
<ui:VisualElement class="horizontal">
|
|
<ed:PropertyField name="f-object" binding-path="Object" label=""/>
|
|
</ui:VisualElement>
|
|
|
|
<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>
|