Files
BITKit/Unity/Scripts/Editor/UX/NetworkPost.uxml
CortexCore 4565ff2e35 1
2023-06-05 16:25:06 +08:00

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/BITKits/UX/Editor/Inspector.uss?fileID=7433441132597879392&amp;guid=3a78fb5b182fa434781baf5c9f733586&amp;type=3#Inspector" />
<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>