您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
48 行
5.2 KiB
48 行
5.2 KiB
<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/UI/NetcodePanelStats/NetcodePanelStats.uss?fileID=7433441132597879392&guid=850ddfe20ccd4424da1d4a1db8cf66cb&type=3#NetcodePanelStats" />
|
|
<ui:VisualElement name="info-panel" picking-mode="Ignore" usage-hints="DynamicTransform" class="container" style="display: flex;">
|
|
<ui:VisualElement name="info-panel-body" class="panel-body">
|
|
<ui:VisualElement picking-mode="Ignore" class="properties-container">
|
|
<ui:GroupBox name="players-item" picking-mode="Ignore" class="item">
|
|
<ui:VisualElement name="icon" class="icon" style="background-image: url('project://database/Assets/Art/Textures/NetcodePanelStats/clients.png?fileID=21300000&guid=f0dc20506cc513b4f9501c48aa44aff1&type=3#clients');" />
|
|
<ui:Label text="PLAYERS:" name="player" class="label-info" />
|
|
<ui:Label tabindex="-1" name="players-value" class="info-value-label" />
|
|
</ui:GroupBox>
|
|
<ui:GroupBox name="ping-item" picking-mode="Ignore" class="item">
|
|
<ui:VisualElement name="icon" class="icon" style="background-image: url('project://database/Assets/Art/Textures/NetcodePanelStats/ping.png?fileID=21300000&guid=314454768842bcb4b958bea22caa1f34&type=3#ping');" />
|
|
<ui:Label text="PING:" name="ping" class="label-info" />
|
|
<ui:Label name="ping-value" class="info-value-label" />
|
|
</ui:GroupBox>
|
|
<ui:GroupBox name="fps-item" picking-mode="Ignore" class="item">
|
|
<ui:VisualElement name="icon" class="icon" style="background-image: url('project://database/Assets/Art/Textures/NetcodePanelStats/fps.png?fileID=21300000&guid=c914e833da7c49944b9b7096b33e2bc3&type=3#fps');" />
|
|
<ui:Label text="FPS:" name="fps" class="label-info" />
|
|
<ui:Label name="fps-value" class="info-value-label" />
|
|
</ui:GroupBox>
|
|
<ui:GroupBox name="quality-item" picking-mode="Ignore" class="item">
|
|
<ui:VisualElement name="icon" class="icon" style="background-image: url('project://database/Assets/Art/Textures/NetcodePanelStats/3d.png?fileID=21300000&guid=c393ae185b05b5d4a9e4d275d6567dc3&type=3#3d');" />
|
|
<ui:Label text="QUALITY:" name="Quality" class="label-info" />
|
|
<ui:Label name="quality-value" class="info-value-label" />
|
|
</ui:GroupBox>
|
|
<ui:GroupBox name="entities-item" picking-mode="Ignore" class="item">
|
|
<ui:VisualElement name="icon" class="icon" style="background-image: url('project://database/Assets/Art/Textures/NetcodePanelStats/entities.png?fileID=21300000&guid=745b140be88ba0548bc204d8178a0f08&type=3#entities');" />
|
|
<ui:Label text="ENTITIES:" name="entities" class="label-info" />
|
|
<ui:Label name="entities-value" class="info-value-label" />
|
|
</ui:GroupBox>
|
|
<ui:GroupBox name="ghosts-item" picking-mode="Ignore" class="item">
|
|
<ui:VisualElement name="icon" class="icon" style="background-image: url('project://database/Assets/Art/Textures/NetcodePanelStats/ghost.png?fileID=21300000&guid=5943070045b3476488959cd0dd7f3580&type=3#ghost');" />
|
|
<ui:Label text="GHOSTS:" name="ghosts" class="label-info" />
|
|
<ui:Label name="ghosts-value" class="info-value-label" />
|
|
</ui:GroupBox>
|
|
<ui:GroupBox name="systems-item" picking-mode="Ignore" class="item">
|
|
<ui:VisualElement name="icon" class="icon" style="background-image: url('project://database/Assets/Art/Textures/NetcodePanelStats/systems.png?fileID=21300000&guid=12d3b39138662d1408f0805007bad108&type=3#systems');" />
|
|
<ui:Label text="SYSTEMS:" name="systems" class="label-info" />
|
|
<ui:Label name="systems-value" class="info-value-label" />
|
|
</ui:GroupBox>
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
<ui:Label tabindex="-1" text="P" display-tooltip-when-elided="true" style="position: absolute; color: rgb(255, 255, 255); -unity-font-definition: url('project://database/Assets/UI/NetcodePanelStats/FiraCode-Regular%20SDF.asset?fileID=11400000&guid=d92cbd036b66cdd4287d33c29491ddb4&type=2#FiraCode-Regular SDF'); -unity-font: url('project://database/Assets/UI/NetcodePanelStats/FiraCode-Regular.ttf?fileID=12800000&guid=afe01fe54b350f74c86909ddaf7add7d&type=3#FiraCode-Regular'); font-size: 20px; top: 25px;" />
|
|
<ui:Button tabindex="-1" name="info-panel-back-button" class="back-button">
|
|
<ui:VisualElement name="back-icon" class="back-icon" />
|
|
</ui:Button>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|