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