2024-06-03 08:52:08 +08:00
|
|
|
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:ed="UnityEditor.UIElements">
|
|
|
|
<ui:VisualElement class="changed-shape-editor">
|
2024-08-22 11:27:10 +08:00
|
|
|
<ui:VisualElement class="horizontal">
|
|
|
|
<ed:PropertyField binding-path="Object" label="" name="f-object" class="f-object"/>
|
|
|
|
<ed:PropertyField binding-path="ChangeType" label="" name="f-change-type"/>
|
|
|
|
</ui:VisualElement>
|
|
|
|
<ui:VisualElement class="horizontal">
|
|
|
|
<ui:DropdownField name="f-shape-name" binding-path="ShapeName"/>
|
|
|
|
<ed:PropertyField binding-path="Value" label="" name="f-value" class="f-value"/>
|
|
|
|
<ui:VisualElement name="f-value-delete" class="f-value"/>
|
|
|
|
</ui:VisualElement>
|
2024-06-03 08:52:08 +08:00
|
|
|
</ui:VisualElement>
|
|
|
|
</UXML>
|