完善编辑器

This commit is contained in:
tangbin
2025-07-19 12:48:11 +08:00
parent 2df2efaa3e
commit b8b50ec90b
27 changed files with 360 additions and 124 deletions

View File

@@ -16,8 +16,9 @@ public class UITriggerItem : UIBaseItem
public Button btnDel; //ɾ<><C9BE>
public int itemIdx;
private void Awake()
protected override void Awake()
{
base.Awake();
AddInputNameClickEvent(txtPos);
btnDel.onClick.AddListener(RemoveSelf);
itemIdx = 0;