You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
2.6 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="False">
<ui:VisualElement name="SkillDescGroup" style="flex-direction: row;">
<ui:Label text="技能描述:" display-tooltip-when-elided="true" />
<ui:Label display-tooltip-when-elided="true" name="SkillDescLbl" style="border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px; flex-grow: 1;" />
</ui:VisualElement>
<ui:VisualElement style="flex-direction: row;">
<ui:Label text="施法类型:" display-tooltip-when-elided="true" />
<ui:Label text="Label" display-tooltip-when-elided="true" name="ActionTypeLbl" />
</ui:VisualElement>
<ui:VisualElement style="flex-direction: row;">
<ui:Label text="目标类型:" display-tooltip-when-elided="true" />
<ui:Label text="Label" display-tooltip-when-elided="true" name="ObjectTypeLbl" />
</ui:VisualElement>
<ui:VisualElement style="flex-direction: row;">
<ui:Label text="范围类型:" display-tooltip-when-elided="true" />
<ui:Label text="Label" display-tooltip-when-elided="true" name="ScopeTypeLbl" />
</ui:VisualElement>
<ui:VisualElement style="flex-direction: row;">
<ui:Label text="冷却类型:" display-tooltip-when-elided="true" />
<ui:Label text="Label" display-tooltip-when-elided="true" name="CDTypeLbl" />
</ui:VisualElement>
<ui:Label text="Buff:" display-tooltip-when-elided="true" style="-unity-font-style: bold;" />
<ui:VisualElement style="flex-direction: row; min-width: auto; min-height: auto; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0);">
<ui:ListView focusable="true" name="BuffListView" style="min-height: 50px; min-width: 50px; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;" />
<ui:VisualElement name="BuffInfo" style="flex-grow: 1;" />
</ui:VisualElement>
</ui:UXML>