feat: rename collision_skin to contact_skin

This commit is contained in:
Sébastien Crozet
2024-04-28 15:53:49 +02:00
committed by Sébastien Crozet
parent 97f7c1b4b2
commit 929aa6b925
6 changed files with 26 additions and 26 deletions

View File

@@ -117,7 +117,7 @@ pub struct ContactPair {
///
/// All contact manifold contain themselves contact points between the colliders.
/// Note that contact points in the contact manifold do not take into account the
/// [`Collider::collision_skin`] which only affects the constraint solver and the
/// [`Collider::contact_skin`] which only affects the constraint solver and the
/// [`SolverContact`].
pub manifolds: Vec<ContactManifold>,
/// Is there any active contact in this contact pair?