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