bevy_ecs::query

Type Alias ROQueryItem

Source
pub type ROQueryItem<'w, D> = QueryItem<'w, <D as QueryData>::ReadOnly>;
Expand description

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