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

Method lateProcess

packages/engine-core/src/Input/InputSystem.ts:242–245  ·  view source on GitHub ↗
(_entities: readonly Entity[])

Source from the content-addressed store, hash-verified

240 }
241
242 protected override lateProcess(_entities: readonly Entity[]): void {
243 // 在帧末清理临时状态 | Clear temporary state at end of frame
244 this._inputManager.endFrame();
245 }
246
247 protected override onDestroy(): void {
248 this.unbindEvents();

Callers

nothing calls this directly

Calls 1

endFrameMethod · 0.65

Tested by

no test coverage detected