Type Definition bevy_ecs::query::QueryFetch

source ·
pub type QueryFetch<'w, Q> = <Q as WorldQuery>::Fetch<'w>;
Expand description

The Fetch of a WorldQuery, which is used to store state for each archetype/table.