logo

Type Definition bevy::ecs::query::ROQueryItem

[]
pub type ROQueryItem<'w, Q> = <<<Q as WorldQuery>::ReadOnly as WorldQueryGats<'w>>::Fetch as Fetch<'w>>::Item;
Expand description

The read-only variant of the item type returned when a WorldQuery is iterated over immutably