TriggerExit
Class in Zigurous.Physics.Events
Declaration
public class TriggerExit : MonoBehaviour
Description
Invokes a custom unity event OnTriggerExit.
Properties
layerMask | The layers that this object can collide with. |
triggerEvent | The event invoked during OnTriggerExit. |
Methods
OnTriggerExit | Invokes the custom unity event in response to OnTriggerExit. |