From 1f1a9f5ae27dccaaf5866e889227d5775a34ab89 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Fri, 15 Apr 2022 14:30:06 +0000 Subject: [PATCH] docs: mention layers and `Collisions` component from the root crate doc --- src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4c31d338..9d6f6751 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -121,10 +121,12 @@ //! ## See also //! //! * How to define a [`RigidBody`] -//! * How to choose a [`CollisionShape`] +//! * How to add a [`CollisionShape`] +//! * How to define [`CollisionLayers`] //! * How to define the world's [`Gravity`] //! * How to define the world's [`PhysicsTime`] //! * How to define the [`PhysicMaterial`] +//! * How to get the current [`Collisions`] //! * How to listen to [`CollisionEvent`] //! * How to define [`RotationConstraints`] //! * How to define [`CustomCollisionShape`] for [`heron_rapier`]