Type Definition bevy_ecs::query::ROQueryFetch

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

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