Type Alias bevy_ecs::query::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