16 lines
1.2 KiB
Plaintext
16 lines
1.2 KiB
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
|
<Style src="project://database/Assets/BITKit/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
|
<Style src="project://database/Assets/BITKit/UX/Editor/Inspector.uss?fileID=7433441132597879392&guid=3a78fb5b182fa434781baf5c9f733586&type=3#Inspector" />
|
|
<ui:VisualElement name="root-container" style="align-items: stretch;">
|
|
<ui:VisualElement name="toolbar-container" style="flex-direction: row; justify-content: space-between; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px;">
|
|
<ui:Label text="搜索" display-tooltip-when-elided="true" />
|
|
<uie:ToolbarPopupSearchField focusable="true" />
|
|
</ui:VisualElement>
|
|
<ui:ScrollView>
|
|
<ui:GroupBox>
|
|
<ui:ListView focusable="true" name="context-listview" />
|
|
</ui:GroupBox>
|
|
</ui:ScrollView>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|