1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" MemoryProfiler="Unity.MemoryProfiler.Editor" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
- <Style src="project://database/Assets/Editor/UIAsset/combatreporuss.uss?fileID=7433441132597879392&guid=4bb04ad7c6bb4e74e9ac4b0b6127d638&type=3#combatreporuss" />
- <ui:VisualElement style="align-items: stretch; justify-content: flex-end;">
- <ui:VisualElement style="flex-direction: row; height: auto; align-items: center; min-height: 30px;">
- <ui:Button text="<" display-tooltip-when-elided="true" name="zuo" />
- <ui:Button text="play" display-tooltip-when-elided="true" name="play" />
- <ui:Button text=">" display-tooltip-when-elided="true" name="you" />
- <ui:SliderInt picking-mode="Ignore" label="帧控制" value="42" high-value="10000" name="frame" style="max-width: none; width: 748px; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch;" />
- </ui:VisualElement>
- <ui:Button text="+" display-tooltip-when-elided="true" name="addfile" style="width: 153px; height: auto;" />
- <ui:VisualElement name="data" class="data">
- <ui:ScrollView name="datasv" class="datasv" style="justify-content: center;">
- <ui:Foldout text="我方英雄" name="foldout" class="foldout">
- <ui:Foldout text="英雄ID">
- <ui:ScrollView name="heroscrollview" style="width: 700px;">
- <ui:VisualElement name="root1" class="root1" style="height: auto; width: 700px;">
- <ui:VisualElement name="herozhiliao" class="herozhiliao">
- <ui:VisualElement name="icon" class="heroicon" />
- <ui:Label text="zidonglab" display-tooltip-when-elided="true" name="zidonglabel" class="zidonglabel" />
- </ui:VisualElement>
- <ui:VisualElement name="root2" class="root2" style="width: 700px;">
- <ui:VisualElement name="herovalueroot" class="herovalueroot">
- <ui:VisualElement name="herovaluegrid" class="herovaluegrid" style="width: 300px;">
- <ui:Label text="生命值:" display-tooltip-when-elided="true" name="valuename" class="valuename" style="color: rgb(255, 255, 255); -unity-font-style: bold;" />
- <ui:ProgressBar name="valuebar" low-value="61.28" focusable="false" title="100/200101" high-value="100" class="valuebar" style="flex-wrap: nowrap; flex-direction: row; width: 200px; max-width: none; min-width: auto;" />
- </ui:VisualElement>
- </ui:VisualElement>
- <ui:VisualElement name="root3" class="root3">
- <ui:TextField picking-mode="Ignore" label="输入行为过滤" value="filler text" text="filler text" />
- <ui:Foldout text="英雄行为" name="messagedata" class="messagedata" style="background-color: rgb(89, 89, 89); margin-left: 0;">
- <ui:ScrollView name="messagescr" class="messagescr" style="width: 352px;">
- <ui:Label text="10.23 使用技能102310.23 使用技能102310.23 使用技能102310.23 使用技能102310.23 使用技能102310.23 使用技能102310.23 使用技能1023" display-tooltip-when-elided="true" name="messagevalue" enable-rich-text="true" class="messagevalue" />
- </ui:ScrollView>
- </ui:Foldout>
- </ui:VisualElement>
- </ui:VisualElement>
- </ui:VisualElement>
- </ui:ScrollView>
- </ui:Foldout>
- </ui:Foldout>
- </ui:ScrollView>
- </ui:VisualElement>
- </ui:VisualElement>
- </ui:UXML>
|