neuecc / UniRx

Reactive Extensions for Unity
MIT License
7.01k stars 895 forks source link

Implement ICommand and INotifyPropertyChanged on ReactiveCommand/Property #489

Open VacuumBreather opened 3 years ago

VacuumBreather commented 3 years ago

The ReactiveCommand and ReactiveProperty classes right now do not implement the common ICommand and INotifyPropertyChanged (for the Value property) interfaces.

If the classes did this, they could be used with the NoesisEngine GUI to databind against them in XAML like in WPF for which an implementation of these classes also exists.

This would make these classes more flexible to use with that GUI instead of having to basically re-write them with a few additions.

jesusdesantos commented 3 years ago

Hello, I am one of the creators of NoesisGUI. Please, let us know if you need help with this. Once this is solved we are planning to list this extension in the list of NoesisGUI supported integrations