Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


friction

The effective friction used for the ContactPoint2D.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public float friction { get; }

Remarks

When two Collider2D come into contact, their Collider2D.friction values combine.
This property represents the combined friction and is used by the physics solver to calculate the collision response.