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