mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-06 14:45:06 +08:00
8d3da50b37
* chore: migrate Scale Adjuster to NDMF preview system * feat: MA Shape Changer * chore: update NDMF dependency * fix: unit test failure
24 lines
1012 B
Plaintext
24 lines
1012 B
Plaintext
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:ed="UnityEditor.UIElements"
|
|
xmlns:ma="nadena.dev.modular_avatar.core.editor">
|
|
<ui:VisualElement name="root-box">
|
|
<ui:VisualElement name="group-box">
|
|
<ed:PropertyField binding-path="m_targetRenderer"/>
|
|
|
|
<ui:VisualElement name="ListViewContainer">
|
|
<ui:ListView virtualization-method="DynamicHeight"
|
|
reorder-mode="Animated"
|
|
reorderable="true"
|
|
show-add-remove-footer="true"
|
|
show-border="true"
|
|
show-foldout-header="false"
|
|
name="Shapes"
|
|
item-height="100"
|
|
binding-path="m_shapes"
|
|
style="flex-grow: 1;"
|
|
/>
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
|
|
<ma:LanguageSwitcherElement/>
|
|
</ui:VisualElement>
|
|
</UXML> |