QueryResult
QueryResult<
C> = [Entity,...ComponentsData<C>]
Defined in: ecs/query.ts:368
One step of a QueryInstance: the entity, then each requested
component’s data in the order it was asked for. A tuple, so destructuring it
in a for…of is typed without annotation.
Type Parameters
Section titled “Type Parameters”C extends readonly QueryArg[]