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