TriggerExit2D.OnTriggerExit2D

Method in TriggerExit2D

Declaration

protected virtual void OnTriggerExit2D(Collider2D other)

Description

Invokes the custom unity event in response to OnTriggerExit2D.

Parameters

otherThe collider reference to send with the event.