Expand description
Effects that modify Query data.
Structs§
- Query
Affect Effectthat applies aQueryDataEffectto all entities in a query.- Query
Map Effectthat applies a mapping ofQueryDatatoQueryDataEffectto all entities in a query.- Query
MapAnd Effectthat applies a mapping fromQueryDatato aQueryDataEffect+Effect(as anEffectOut<Effect, QueryDataEffect>) to all entities in a query.
Functions§
- query_
affect - Construct a new
QueryAffectEffect. - query_
map - Construct a new
QueryMapEffect. - query_
map_ and - Construct a new
QueryMapAndEffect.
Type Aliases§
- Boxed
Query MapAnd Fn - Type alias for the mapping function in
QueryMapAndandQueryEntityMapAnd. - Boxed
Query MapFn - Type alias for the mapping function in
QueryMapandQueryEntityMap.