|
1 | 1 | <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="False"> |
2 | 2 | <Style src="project://database/Assets/DCL/PerformanceAndDiagnostics/DebugUtilities/Views/Assets/DebugUtilitiesStyle.uss?fileID=7433441132597879392&guid=70ae98e6ae8672b459c006796556f879&type=3#DebugUtilitiesStyle" /> |
3 | 3 | <DCL.DebugUtilities.Views.DebugContainer picking-mode="Ignore" style="justify-content: flex-start; align-self: auto; align-items: flex-end; flex-direction: column-reverse; flex-shrink: 1; flex-grow: 0; visibility: visible; overflow: visible; transform-origin: center; flex-wrap: nowrap; position: relative; height: 100%; margin-left: 8px; margin-right: 8px; margin-top: 8px; margin-bottom: 8px;"> |
4 | | - <ui:Button text=" " display-tooltip-when-elided="true" name="OpenPanelButton" style="background-image: none; background-color: rgba(0, 0, 0, 0.8); -unity-background-scale-mode: stretch-to-fill; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-left-color: rgba(0, 0, 0, 0); border-right-color: rgba(0, 0, 0, 0); border-top-color: rgba(0, 0, 0, 0); border-bottom-color: rgba(0, 0, 0, 0); width: 36px; height: 36px;"> |
| 4 | + <ui:Button text=" " display-tooltip-when-elided="true" name="OpenPanelButton" style="background-image: none; background-color: rgba(0, 0, 0, 0.8); -unity-background-scale-mode: stretch-to-fill; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-left-color: rgba(0, 0, 0, 0); border-right-color: rgba(0, 0, 0, 0); border-top-color: rgba(0, 0, 0, 0); border-bottom-color: rgba(0, 0, 0, 0); width: 36px; height: 36px; display: none;"> |
5 | 5 | <ui:VisualElement style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); background-image: url("project://database/Assets/DCL/PerformanceAndDiagnostics/DebugUtilities/Views/Assets/DebugIcn.png?fileID=21300000&guid=55a1e120b19b29a4ab21d519c77fadd3&type=3#DebugIcn"); width: auto; margin-top: 1.5px; margin-bottom: 1.5px; margin-left: 1.5px; margin-right: 1.5px;" /> |
6 | 6 | </ui:Button> |
7 | | - <ui:VisualElement name="Panel" style="flex-grow: 0; flex-direction: column; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; margin-bottom: 6px; background-color: rgba(0, 0, 0, 0.9);"> |
| 7 | + <ui:VisualElement name="Panel" style="flex-grow: 0; flex-direction: column; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; margin-bottom: 6px; background-color: rgba(0, 0, 0, 0.9); display: none;"> |
8 | 8 | <ui:VisualElement name="Header" style="flex-grow: 0; background-color: rgba(0, 0, 0, 0); font-size: 12px; flex-direction: row; flex-shrink: 0;"> |
9 | 9 | <ui:Label tabindex="-1" text="DEBUG PANEL" display-tooltip-when-elided="true" class="debug-text--header" style="flex-grow: 1; border-left-width: 10px; -unity-text-align: middle-left;" /> |
10 | 10 | <ui:Button text="✖" display-tooltip-when-elided="true" name="CloseButton" style="margin-left: 2px; margin-right: 2px; margin-top: 2px; margin-bottom: 2px; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; -unity-font-style: normal; border-left-width: 0; border-right-width: 6px; border-top-width: 0; border-bottom-width: 0; background-color: rgba(188, 188, 188, 0); align-self: center; border-left-color: rgba(149, 149, 149, 0); border-right-color: rgba(149, 149, 149, 0); border-top-color: rgba(149, 149, 149, 0); border-bottom-color: rgba(149, 149, 149, 0);" /> |
|
0 commit comments