主题
Home > @esengine/ecs-framework-monorepo > IEventBus > offAll
移除指定事件类型的所有监听器
Signature:
offAll(eventType: string): void;
Parameter
Type
Description
eventType
string
事件类型
Returns:
void