Type Alias bevy_ecs::query::ROQueryItem

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

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