Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


bounciness

The bounciness used by the Collider2D.
Read time 1 minuteLast updated 4 days ago

Definition

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

Remarks

A Collider2D can be assigned a PhysicsMaterial2D either directly via to the Collider2D.sharedMaterial, indirectly via the attached Rigidbody2D.sharedMaterial, the global default or if no PhysicsMaterial2D is assigned then a default value is used.