跳转到内容

EntityEvents

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

const EntityEvents: ResourceDef<EntityEventQueue>

Defined in: entityEvents.ts:306

Shared EntityEventQueue resource. A plugin inserts the authoritative instance on startup; systems access it via Res(EntityEvents).

The default value exists only so the resource is well-typed before the owning plugin constructs the real queue. Consumers should never see the placeholder at runtime — UIInteractionPlugin inserts its queue during build().