Module sparsey::query

source ·
Expand description

Handles querying and iterating sets of components.

Structs§

  • Iterator over packed component arrays.
  • Component iterator that also yields the entities to which the components belong.
  • Compound query that applies an “include filter” and an “exclude filter” to the results.
  • Compound query that applies an “include filter” to the results.
  • Iterator over sparse component sets.

Enums§

  • Iterator over all components that match a query.
  • Holds grouping information about a query.

Traits§

Functions§

  • Returns the group range of the query described by the given parts.