Type Definition bevy_rapier2d::prelude::QueryPipelineColliderComponentsQuery[][src]

pub type QueryPipelineColliderComponentsQuery<'world, 'state, 'a> = Query<'world, 'state, (Entity, &'a ColliderPositionComponent, &'a ColliderShapeComponent, &'a ColliderFlagsComponent)>;