Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


contactHitEventThreshold

The contact hit event threshold controls the collision speed needed to generate a contact hit event, usually in meters per second. See PhysicsEvents.ContactHitEvent. See _contactHitEventThreshold.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public float contactHitEventThreshold { readonly get; set; }