feat: rename collision_skin to contact_skin
This commit is contained in:
committed by
Sébastien Crozet
parent
97f7c1b4b2
commit
929aa6b925
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user