TriggerExit.OnTriggerExit

Method in TriggerExit

Declaration

protected virtual void OnTriggerExit(Collider other)

Description

Invokes the custom unity event in response to OnTriggerExit.

Parameters

otherThe collider reference to send with the event.