BITKit/Src/Unity/UX/ui_tooltips.uxml

7 lines
975 B
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/Unity/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<ui:VisualElement name="VisualElement" picking-mode="Ignore" class="root" style="flex-grow: 1; align-items: flex-start;">
<ui:Label tabindex="-1" text="This is tooltips工具提示" parse-escape-sequences="true" display-tooltip-when-elided="true" style="background-color: rgb(0, 0, 0); color: rgb(213, 213, 213); padding-right: 16px; padding-left: 16px; padding-top: 8px; padding-bottom: 8px; -unity-text-align: upper-left; align-items: flex-start; flex-direction: column;" />
</ui:VisualElement>
</ui:UXML>