Event Handler |
Component representing an event handler.
Name | Description |
---|---|
Event | The event to which the handler is subscribed. |
Sender | The object that generates the event. |
Handler Method | Event handler method. |
Handler Flow | Event handler as a flow. |
When Enable | Allows to configure in which cases the handler will be enabled. Editor - in the editor; Simulation - when Play; Resource - when the object is loaded as a resource; Instance - usual instance of the object. |