Skip to content

ComponentsData

ComponentsData<C> = { [K in keyof C]: ComponentData<UnwrapQueryArg<C[K]>> }

Defined in: ecs/query.ts:357

The data tuple a query’s arguments resolve to, in the order they were asked for. Computed, never supplied — but QueryResult is spelled with it, so it carries a name a reader can look up.

C extends readonly QueryArg[]