Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ onDestroy
Method
onDestroy
packages/engine-core/src/Input/InputSystem.ts:247–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
}
246
247
protected override onDestroy(): void {
248
this.unbindEvents();
249
this._inputManager.reset();
250
this._isInitialized = false;
251
}
252
253
/**
254
* 检查是否应该启用输入
Callers
nothing calls this directly
Calls
2
unbindEvents
Method · 0.95
reset
Method · 0.65
Tested by
no test coverage detected