A game about forced loneliness, made by TACStudios
at master 12 lines 670 B view raw view rendered
1# Event Trigger 2 3The Event Trigger receives events from the Event System and calls registered functions for each event. 4 5The Event Trigger can be used to specify functions you wish to be called for each Event System event. You can assign multiple functions to a single event and whenever the Event Trigger receives that event it will call those functions. 6 7Note that attaching an Event Trigger component to a GameObject will make that object intercept all events, and no event bubbling will occur from this object! 8 9 10## Events 11 12Each of the [Supported Events](SupportedEvents.md) can optionally be included in the Event Trigger by clicking the Add New Event Type button.