AabbQuery

Type Alias AabbQuery 

Source
pub type AabbQuery<'world, 'state, 'a> = Query<'world, 'state, &'a LastBoundingBox>;

Aliased Typeยง

pub struct AabbQuery<'world, 'state, 'a> { /* private fields */ }