TriggerExit


Declaration

public class TriggerExit : MonoBehaviour

Description

Invokes a custom unity event OnTriggerExit.

Properties

layerMaskThe layers that this object can collide with.
triggerEventThe event invoked during OnTriggerExit.

Methods

OnTriggerExitInvokes the custom unity event in response to OnTriggerExit.