This commit is contained in:
2025-04-27 16:08:39 +08:00
parent d75cce01d7
commit ff172c7f72
4 changed files with 29 additions and 87 deletions

View File

@@ -90,6 +90,6 @@ export class MissionHeroCompComp extends CCComp {
}
/** 视图对象通过 ecs.Entity.remove(ModuleViewComp) 删除组件是触发组件处理自定义释放逻辑 */
reset() {
this.node.destroy();
// this.node.destroy();
}
}