16 lines
1.0 KiB
Plaintext
16 lines
1.0 KiB
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
engine="UnityEngine.UIElements" editor="UnityEditor.UIElements"
|
|
noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
|
<Style src="project://database/Assets/92%20-%20UserInterface/Generic/Game/Utility/WindowInner.uss?fileID=7433441132597879392&guid=29ea7ef4a8f41f04a97d41ef15550aca&type=3#WindowInner" />
|
|
<ui:VisualElement name="root-window" picking-mode="Ignore" style="flex-grow: 1;">
|
|
<ui:VisualElement name="image" picking-mode="Ignore" />
|
|
<ui:VisualElement name="header-center" picking-mode="Ignore">
|
|
<ui:VisualElement name="header">
|
|
<ui:Label text="EXAMPLE_TITLE" display-tooltip-when-elided="true" name="title" picking-mode="Ignore" />
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
<ui:VisualElement name="border" picking-mode="Ignore" />
|
|
<ui:Button text="x" name="close" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|