Skip to content

Commit

Permalink
docs: mention layers and Collisions component from the root crate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Apr 15, 2022
1 parent cfbd155 commit 1f1a9f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`]
Expand Down

0 comments on commit 1f1a9f5

Please sign in to comment.