MCPcopy 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

unbindEventsMethod · 0.95
resetMethod · 0.65

Tested by

no test coverage detected