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.
 
 
 
 
 
 

35 lines
3.0 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="Buff描述:" display-tooltip-when-elided="true" />
<ui:Label display-tooltip-when-elided="true" name="BuffDescLbl" 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="TriggerEventLbl" />
</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="GainLbl" />
</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="DisperseLbl" />
</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="ContinuedTypeLbl" />
</ui:VisualElement>
<ui:Label text="效果:" display-tooltip-when-elided="true" style="-unity-font-style: bold;" />
<ui:VisualElement name="EffectGroup" style="flex-direction: row; 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="EffectListView" style="min-width: 50px; 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:VisualElement name="EffectInfo" style="flex-grow: 1;" />
</ui:VisualElement>
</ui:UXML>