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.
Type Parameters
Section titled “Type Parameters”C extends readonly QueryArg[]