blob: 22d69a8a47ca688d75b0181c5aff2c87209b7776 (
plain)
1
2
3
4
5
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
<ui:TextField name="Name" picking-mode="Ignore" label="Name" binding-path="Name" />
<uie:EnumField name="Type" label="Type" binding-path="Type" />
<ui:TextField name="CustomType" picking-mode="Ignore" label="Custom Type" binding-path="CustomType" />
</ui:UXML>
|