跳转到内容

EventWriterInstance

此内容尚不支持你的语言。

Defined in: ecs/event.ts:220

The send end of an event, as EventWriter asked for. What is sent this frame is what every reader sees next, so sending is not a call into them.

T

new EventWriterInstance<T>(bus): EventWriterInstance<T>

Defined in: ecs/event.ts:223

EventBus<T>

EventWriterInstance<T>

send(event): void

Defined in: ecs/event.ts:227

T

void