Enables operations to be performed on specified set
of components components on a World.
Ensure that the component types matches up with the
component names given in the second parameter of
the query in lower case.
// you can now use the query to perform operations // on entities with components `A` and `B` // see the {@link Query} methods to know what operations // are available
Enables operations to be performed on specified set of components components on a World. Ensure that the component types matches up with the component names given in the second parameter of the query in lower case.
Example