TriggerExit2D.OnTriggerExit2D
Method in TriggerExit2D
Declaration
protected virtual void OnTriggerExit2D(Collider2D other)
Description
Invokes the custom unity event in response to OnTriggerExit2D.
Parameters
other | The collider reference to send with the event. |