8 lines
856 B
Plaintext
8 lines
856 B
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/BITDebuger.uss?fileID=7433441132597879392&guid=57e4df573faca4c42a9b11b5939353e1&type=3#BITDebuger" />
|
|
<ui:VisualElement name="Root" picking-mode="Ignore" style="background-color: rgba(0, 0, 0, 0.5); padding-left: 8px; padding-right: 8px; padding-top: 8px; padding-bottom: 8px; margin-right: auto; visibility: visible; display: none;">
|
|
<ui:Label text="调试数据" display-tooltip-when-elided="true" />
|
|
<ui:ListView focusable="true" name="ListView" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|