Enables operations to be performed on entities matching the
given component constructors on a World.
The world does not need the component types to be pre-registered.
// 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 entities matching the given component constructors on a World. The world does not need the component types to be pre-registered.
Example