(_entities: readonly Entity[])
| 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(); |