Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnContactEnd2D(ContactEndEvent)

Called when a PhysicsEvents.ContactEndEvent for the object occurs. This will always be called on the main-thread after the simulation has finished.
Read time 1 minuteLast updated 11 days ago

Definition

void OnContactEnd2D(PhysicsEvents.ContactEndEvent endEvent)

Parameters

The event that occurred.