[][src]Function specs_physics::physics_dispatcher

pub fn physics_dispatcher<'a, 'b, N, P>() -> Dispatcher<'a, 'b> where
    N: RealField,
    P: Component<Storage = FlaggedStorage<P, DenseVecStorage<P>>> + Position<N> + Send + Sync

Convenience function for configuring and building a Dispatcher with all required physics related Systems.