Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ onDestroy
Method
onDestroy
packages/engine-core/src/EnginePlugin.ts:211–211 ·
view source on GitHub ↗
* 模块销毁回调 * Module destroy callback
()
Source
from the content-addressed store, hash-verified
209
* Module destroy callback
210
*/
211
onDestroy?(): void;
212
}
213
214
// ============================================================================
Callers
7
onDestroy
Function · 0.65
dispose
Function · 0.65
destroy
Function · 0.65
deactivatePluginRuntime
Method · 0.65
clearSceneSystems
Method · 0.65
clearSceneSystems
Method · 0.65
onDestroy
Method · 0.65
Implementers
13
TilemapRuntimeModule
packages/tilemap/src/TilemapRuntimeMod
FGUIRuntimeModule
packages/fairygui/src/ecs/FGUIRuntimeM
BehaviorTreeRuntimeModule
packages/behavior-tree/src/BehaviorTre
CameraRuntimeModule
packages/camera/src/CameraPlugin.ts
EngineRuntimeModule
packages/engine-core/src/EnginePlugin.
Physics2DComponentsModule
packages/physics-rapier2d/src/Physics2
PhysicsRuntimeModule
packages/physics-rapier2d/src/PhysicsR
ParticleRuntimeModule
packages/particle/src/ParticleRuntimeM
WorldStreamingModule
packages/world-streaming/src/WorldStre
AudioRuntimeModule
packages/audio/src/AudioPlugin.ts
Mesh3DRuntimeModule
packages/mesh-3d/src/Mesh3DRuntimeModu
BlueprintRuntimeModule
packages/blueprint/src/BlueprintPlugin
Calls
no outgoing calls
Tested by
no test coverage detected