2025-01-09 11:31:04 +08:00
|
|
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
|
|
|
|
<ui:VisualElement name="TopGroup" style="flex-grow: 1; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); margin-left: 0; margin-right: 0; margin-top: 2px; margin-bottom: 1px; display: flex;">
|
2025-04-01 21:12:28 +08:00
|
|
|
<YooAsset.Editor.TableViewer name="TopTableView" style="flex-grow: 1;" />
|
2025-01-09 11:31:04 +08:00
|
|
|
</ui:VisualElement>
|
2025-02-28 16:11:01 +08:00
|
|
|
<ui:VisualElement name="BottomGroup" style="height: 200px; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); margin-left: 0; margin-right: 0; margin-top: 1px; margin-bottom: 1px; display: flex; flex-grow: 1;">
|
2025-04-01 21:12:28 +08:00
|
|
|
<YooAsset.Editor.TableViewer name="BottomTableView" style="flex-grow: 1;" />
|
2025-01-09 11:31:04 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
</ui:UXML>
|