Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/galacean/engine
/ _onDisable
Method
_onDisable
packages/core/src/Script.ts:202–204 ·
view source on GitHub ↗
* @internal
()
Source
from the content-addressed store, hash-verified
200
* @internal
201
*/
202
override _onDisable(): void {
203
this.onDisable();
204
}
205
206
/**
207
* @internal
Callers
1
enabled
Function · 0.45
Calls
1
onDisable
Method · 0.95
Tested by
no test coverage detected