提交ui生成工具修改

main
chenyuqi 2024-03-04 18:45:48 +08:00
parent 23ef51fcb9
commit b1a7f05b06
1 changed files with 2 additions and 0 deletions

View File

@ -337,6 +337,8 @@ public class GetUIPath :Editor
_selectGo = go;
_isAdmitRepeat = isAdmitRepeat;
_uiBinderName = go.name + "Binder";
_uiCmpNameDic.Clear();
_uiBinderInfoDic.Clear();
GetBinderChildInfo(go.transform);
GetChildinfo(go.transform);
filePath = path;