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 |