Skip to content

Home > @esengine/ecs-framework-monorepo > EventBus > flushBatch

EventBus.flushBatch() method

刷新指定事件的批处理队列

Signature:

typescript
flushBatch(eventType: string): void;

Parameters

Parameter

Type

Description

eventType

string

事件类型

Returns:

void

基于 MIT 许可证发布