MCPcopy Create free account
hub / github.com/esengine/esengine / unload

Method unload

packages/core/src/ECS/Scene.ts:437–437  ·  view source on GitHub ↗

* 场景卸载时的回调 * * 在场景被销毁时调用,可以在此方法中执行清理工作。

()

Source from the content-addressed store, hash-verified

435 * 在场景被销毁时调用,可以在此方法中执行清理工作。
436 */
437 public unload(): void {}
438
439 /**
440 * 添加延迟的组件生命周期回调

Callers 1

endMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected