Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


useBounce

Should bounce be used for any contact with the surface?
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public bool useBounce { get; set; }

Remarks

When false, no bounce is used from any assigned physics material. When true, any existing bounce is used.