This commit is contained in:
CortexCore
2023-06-05 16:25:06 +08:00
parent 9027120bb8
commit 4565ff2e35
2947 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<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>

View File

@@ -0,0 +1,43 @@
<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="NetworkRequest" display-tooltip-when-elided="true" class="title" />
<ui:VisualElement name="URL">
<ui:Label text="URL" display-tooltip-when-elided="true" class="subTitle" />
<uie:PropertyField binding-path="_url" label="URL" name="url" />
</ui:VisualElement>
<ui:VisualElement name="Settings">
<ui:Label text="设置" display-tooltip-when-elided="true" class="subTitle" />
<uie:PropertyField name="WebProvider" binding-path="webProvider" label="WebProvicer" />
<uie:PropertyField name="limitTimes" binding-path="limit" label="最大访问量" />
</ui:VisualElement>
<ui:VisualElement name="VisualElement">
<ui:Label text="请求间隔" display-tooltip-when-elided="true" class="subTitle" />
<uie:PropertyField binding-path="updater" />
<ui:Label text="响应时间" display-tooltip-when-elided="true" class="subTitle" />
<ui:Label text="64ms" display-tooltip-when-elided="true" binding-path="requestTime" />
</ui:VisualElement>
<ui:VisualElement>
<ui:Label text="统计 " display-tooltip-when-elided="true" class="subTitle" />
<ui:VisualElement style="flex-direction: row; justify-content: space-around;">
<ui:Label text="已请求" display-tooltip-when-elided="true" />
<ui:Label text="已响应" display-tooltip-when-elided="true" />
<ui:Label text="完成率" display-tooltip-when-elided="true" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement style="flex-direction: row; justify-content: space-around;">
<ui:Label text="Label" display-tooltip-when-elided="true" binding-path="requestCount" />
<ui:Label text="Label" display-tooltip-when-elided="true" binding-path="responsedCount" />
<ui:Label text="tick" display-tooltip-when-elided="true" binding-path="deltaTick" />
</ui:VisualElement>
<ui:VisualElement>
<ui:Label text="输出" display-tooltip-when-elided="true" class="subTitle" />
<uie:PropertyField binding-path="provider" name="output" label="输出" />
<uie:PropertyField binding-path="onException" label="onException" name="onException" />
<uie:PropertyField binding-path="onPing" label="onPing" name="onPing" />
<uie:PropertyField binding-path="onDisconnect" label="onDisconnect" name="onDisconnect" />
</ui:VisualElement>
<ui:VisualElement>
<ui:Label text="响应结果" display-tooltip-when-elided="true" class="subTitle" />
<ui:Label text="Result" display-tooltip-when-elided="true" binding-path="result" style="white-space: normal;" />
</ui:VisualElement>
</ui:UXML>