push-pop / Unity-MVVM

Lightweight MVVM Framework for Unity3D
MIT License
324 stars 27 forks source link

EventBindings should be able to override EventArgs #28

Open push-pop opened 4 years ago

push-pop commented 4 years ago

EventBindings and EventPropertyBindings should act the same...

Default argument is provided by UnityEvent generic type. Can provide string, int bool, or property, etc...