Query
此内容尚不支持你的语言。
Query<
C>(…components):QueryBuilder<C>
Defined in: ecs/query.ts:329
Match the entities carrying every one of components, yielding the entity
followed by each component’s data in the order asked for.
Read-only unless an argument is wrapped in Mut; narrow further with
the builder’s with/without, or per-component with Added()/Changed().
Type Parameters
Section titled “Type Parameters”C extends QueryArg[]
Parameters
Section titled “Parameters”components
Section titled “components”…C
Returns
Section titled “Returns”QueryBuilder<C>