TriggerStay.OnTriggerStay

Method in TriggerStay

Declaration

protected virtual void OnTriggerStay(Collider other)

Description

Invokes the custom unity event in response to OnTriggerStay.

Parameters

otherThe collider reference to send with the event.