10 lines
1.2 KiB
Plaintext
10 lines
1.2 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="False">
|
|
<Style src="project://database/Assets/BITKit/UX/BITAlert.uss?fileID=7433441132597879392&guid=8d0db0fee932f5342988f09217d6309a&type=3#BITAlert" />
|
|
<ui:VisualElement name="Background" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.91);" />
|
|
<ui:VisualElement name="Center" style="margin-left: auto; margin-right: auto; margin-top: auto; margin-bottom: auto; -unity-text-align: upper-center;">
|
|
<ui:Label text="Label" display-tooltip-when-elided="true" name="title-label" style="-unity-font-style: bold; font-size: 24px;" />
|
|
<ui:Label text="Label" display-tooltip-when-elided="true" name="context-label" style="font-size: 20px;" />
|
|
<ui:Button text="确认" display-tooltip-when-elided="true" name="main-button" style="margin-left: auto; margin-right: auto; width: 128px; max-width: 256px;" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|