Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsCallbacks.ITriggerCallback

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

Definition

  • Type: Interface
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public interface PhysicsCallbacks.ITriggerCallback

Methods

Method

Description

OnTriggerBegin2DCalled when a PhysicsEvents.TriggerBeginEvent for the object occurs. This will always be called on the main-thread after the simulation has finished.
OnTriggerEnd2DCalled when a PhysicsEvents.TriggerEndEvent for the object occurs. This will always be called on the main-thread after the simulation has finished.