5 lines
853 B
Plaintext
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('Font/AlimamaDongFangDaKai'); -unity-font-definition: initial;" />
|
||
|
<ui:TextField picking-mode="Ignore" label="事件名称" name="ActionName" style="font-size: 16px; -unity-font: resource('Font/AlimamaDongFangDaKai'); -unity-font-definition: initial; height: 37px; align-items: flex-start;" />
|
||
|
</ui:UXML>
|