unity projekt hinzugefügt

This commit is contained in:
2024-04-03 11:41:53 +02:00
parent e7863bc097
commit 5a6557bdd6
13602 changed files with 864234 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Event Trigger
The Event Trigger receives events from the Event System and calls registered functions for each event.
The 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.
Note 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!
## Events
Each of the [Supported Events](SupportedEvents.md) can optionally be included in the Event Trigger by clicking the Add New Event Type button.