BITKit/Packages/Common~/UX/NetworkPost.uxml

20 lines
1.6 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/BITInspector.uss?fileID=7433441132597879392&amp;guid=4ef08981fa34df54fb0098388cdac369&amp;type=3#BITInspector" />
<ui:Label text="NetworkPost" display-tooltip-when-elided="true" class="title" />
<uie:PropertyField name="_url" binding-path="_url" />
<uie:PropertyField name="_webProvider" binding-path="webProvider" />
<ui:Label text="统计" display-tooltip-when-elided="true" class="subTitle" />
<ui:VisualElement style="flex-direction: row; justify-content: space-around;">
<ui:Label text="Post" display-tooltip-when-elided="true" />
<ui:Label text="Result" display-tooltip-when-elided="true" />
</ui:VisualElement>
<ui:VisualElement style="flex-direction: row; justify-content: space-around;">
<ui:Label text="64" display-tooltip-when-elided="true" binding-path="postCount" />
<ui:Label text="64" display-tooltip-when-elided="true" binding-path="resultCount" />
</ui:VisualElement>
<ui:Label text="Response" display-tooltip-when-elided="true" class="subTitle" />
<ui:Label text="Label" display-tooltip-when-elided="true" name="result" binding-path="result" />
<ui:Label text="Post Content" display-tooltip-when-elided="true" class="subTitle" />
<ui:Label text="content" display-tooltip-when-elided="true" binding-path="content" />
</ui:UXML>