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