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

5 lines
853 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="True">
<ui:EnumField label="事件类型" type="Ether.InputKeyType, Ether" name="ActionType" include-obsolete-values="true" style="flex-grow: 0; flex-shrink: 0; height: 44px; align-items: center; font-size: 16px; -unity-font: resource(&apos;Font/AlimamaDongFangDaKai&apos;); -unity-font-definition: initial;" />
<ui:TextField picking-mode="Ignore" label="事件名称" name="ActionName" style="font-size: 16px; -unity-font: resource(&apos;Font/AlimamaDongFangDaKai&apos;); -unity-font-definition: initial; height: 37px; align-items: flex-start;" />
</ui:UXML>