Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnContactBegin2D(ContactBeginEvent)

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

Definition

void OnContactBegin2D(PhysicsEvents.ContactBeginEvent beginEvent)

Parameters

The event that occurred.