IndieGame/client/Assets/Ether/Editor/Input/InputEditor.uxml
DOBEST\zhaoyingjie f242607587 初始化工程
2024-10-11 10:12:15 +08:00

10 lines
2.0 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="True">
<Style src="project://database/Assets/Ether/Editor/Input/InputEditor.uss?fileID=7433441132597879392&amp;guid=66ba05d591f03bb4fa2ca4c50f26fab0&amp;type=3#InputEditor" />
<ui:VisualElement name="BtnList" style="flex-grow: 1; height: 50px; min-height: 50px; max-height: 50px; flex-direction: row; align-items: center; justify-content: center;">
<ui:Button text="保存" parse-escape-sequences="true" display-tooltip-when-elided="true" name="SaveBtn" style="height: 37px; width: 33%; -unity-font: resource(&apos;Font/AlimamaDongFangDaKai&apos;); -unity-font-definition: initial; font-size: 18px; margin-right: 0; margin-left: 0; padding-right: 6px; padding-left: 6px;" />
<ui:Button text="还原" parse-escape-sequences="true" display-tooltip-when-elided="true" name="ResetBtn" style="height: 37px; width: 33%; -unity-font: resource(&apos;Font/AlimamaDongFangDaKai&apos;); -unity-font-definition: initial; font-size: 18px; margin-left: 0; margin-right: 0;" />
<ui:Button text="清空" parse-escape-sequences="true" display-tooltip-when-elided="true" name="ClearBtn" style="height: 37px; width: 33%; -unity-font: resource(&apos;Font/AlimamaDongFangDaKai&apos;); -unity-font-definition: initial; font-size: 18px; margin-left: 0; margin-right: 0;" />
</ui:VisualElement>
<ui:ListView focusable="true" show-add-remove-footer="true" virtualization-method="FixedHeight" show-border="false" selection-type="Single" reorderable="false" show-bound-collection-size="true" show-alternating-row-backgrounds="All" name="ItemList" fixed-item-height="90" style="flex-grow: 1; flex-basis: auto; height: auto; max-height: initial; min-height: auto; -unity-font-definition: initial; -unity-font: resource(&apos;Font/AlimamaDongFangDaKai&apos;); font-size: 30px;" />
</ui:UXML>