mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-17 20:00:06 +08:00
32dc864d8d
* feat: add Object Toggle component * docs: Object Toggle docs * chore: add missing HelpURL * chore: fix broken test
22 lines
914 B
Plaintext
22 lines
914 B
Plaintext
<UXML xmlns:ui="UnityEngine.UIElements"
|
|
xmlns:ma="nadena.dev.modular_avatar.core.editor">
|
|
<ui:VisualElement name="root-box">
|
|
<ui:VisualElement name="group-box">
|
|
<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_objects"
|
|
style="flex-grow: 1;"
|
|
/>
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
|
|
<ma:LanguageSwitcherElement/>
|
|
</ui:VisualElement>
|
|
</UXML> |