Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsCallbacks.IContactCallback

An interface that when implemented by a Object, can be called as a target by PhysicsWorld.SendContactCallbacks.
Read time 1 minuteLast updated 9 days ago

Definition

public interface PhysicsCallbacks.IContactCallback

Methods

Method

Description

OnContactBegin2DCalled when a PhysicsEvents.ContactBeginEvent for the object occurs. This will always be called on the main-thread after the simulation has finished.
OnContactEnd2DCalled when a PhysicsEvents.ContactEndEvent for the object occurs. This will always be called on the main-thread after the simulation has finished.