SetContactEvents(bool)
Enable/disable contact events on all shapes attached to the body. See _contactEvents.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public void SetContactEvents(bool contactEvents)
Parameters
Whether contact events are allowed on all shapes attached to this body or not.