https://github.com/Thundernerd/Unity3D-ExtendedEvent
A UnityEvent replacement
https://github.com/Thundernerd/Unity3D-ExtendedEvent
Last synced: 5 months ago
JSON representation
A UnityEvent replacement
- Host: GitHub
- URL: https://github.com/Thundernerd/Unity3D-ExtendedEvent
- Owner: Thundernerd
- License: mit
- Archived: true
- Created: 2015-11-11T18:26:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T14:00:46.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T05:18:11.586Z (9 months ago)
- Language: C#
- Homepage:
- Size: 144 KB
- Stars: 134
- Watchers: 21
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity3D-ExtendedEvent - A UnityEvent replacement (Event)
README
# Unity3D-ExtendedEvent
A simple replacement for Unity3D's UnityEvent that offers a wider range of options.
* More fields, properties, and methods to select from
* Ability to pass more than one parameter to a method#### Selecting properties
| UnityEvent | ExtendedEvent |
| ------------| ------------- |
|  |  |#### Selecting Methods
| UnityEvent | ExtendedEvent |
| ------------| ------------- |
|  |  |#### Filling in values
| UnityEvent | ExtendedEvent |
| ------------| ------------- |
|  |  |#### Passing (multiple) parameters to a method
| UnityEvent | ExtendedEvent |
| ------------| ------------- |
|  |  |
Passing multiple parameters is not supported in UnityEvent