Type Alias PhysicsQuery

Source
pub type PhysicsQuery<'world, 'state, 'a> = Query<'world, 'state, &'a Physics, Without<LocalEntity>>;

Aliased Typeยง

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