Cysharp / R3

The new future of dotnet/reactive and UniRx.
MIT License
1.72k stars 70 forks source link

add read-only variation of BindableReactiveProperty and its tests #144

Closed Funkest closed 4 months ago

Funkest commented 4 months ago
neuecc commented 4 months ago

ReadOnlyBindableReactiveProperty itself doesn't implement Value { get; set; }, but {Binding SomeReadOnlyBindableReactiveProperty.Value} in xaml works through its entity BindableReactiveProperty.

I didn't understand this part very well, so I would like you to elaborate just a little bit more.

Funkest commented 4 months ago

Tx to reply. I'll add details with wpf sample, please wait.

Funkest commented 4 months ago

After all, the source seems to be too complex than its merit. I know you have many more important things to do than this, sorry.

neuecc commented 4 months ago

Thank you, I roughly understand. I understand the feeling that it would be better to have ReadOnly, but please allow me to close this for now.