leancloud / unity-sdk

Unity SDK
MIT License
11 stars 1 forks source link

为 AVObject 添加 INotifyPropertyUpdated,INotifyCollectionPropertyUpdate 等监听接口 #15

Closed wujun4code closed 6 years ago

wujun4code commented 6 years ago

当前 AVObject 实现了 INotifyPropertyChanged 接口,但是这个完全不够用,在属性产生变更的时候没有通知变化之前的数据以及之后的数据,并且 List 类型的属性产生变化的时候,也没有通知变化是 Add 还是 Remove

wujun4code commented 6 years ago

已发布