com.alicizax.unity.tuyoogam.../Editor/AssetBundleDebugger/VisualViewers/DebuggerAssetListViewer.uxml

9 lines
1.0 KiB
Plaintext
Raw Normal View History

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-02-28 16:11:01 +08:00
<YooAsset.Editor.TableView name="TopTableView" />
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;">
<YooAsset.Editor.TableView name="BottomTableView" />
2025-01-09 11:31:04 +08:00
</ui:VisualElement>
</ui:UXML>