TriggerEnter.OnTriggerEnter

Method in TriggerEnter

Declaration

protected virtual void OnTriggerEnter(Collider other)

Description

Invokes the custom unity event in response to OnTriggerEnter.

Parameters

otherThe collider reference to send with the event.