1. 程式人生 > >零碎知識點2

零碎知識點2

1.字典得到的時候就例項化按需載入

2.canvasGroup元件全體控制不互動。

3.canvasGroup.Dofade;

4.doScale.

 

5.strangeIoc model service 不用繼承, view 不要覆蓋start aWeke自己用init初始化 靠的是中介者呢 一個view 一個mediator  mediator 不用手動掛載 OnRegister OnRemevo;

6.mediator 發一個命令 mediator 拿到資料更新view顯示 啊 

7.mediator 通過派發器 IEventDispathcer  一個命令對應一個event;

8. mediator 內部宣告 是public  也是區域性派發器

9.context繫結都是全域性的。全域性命令要全域性的派發器

10.伺服器回傳資料也是 派發器和命令的

11.bind 還可以bind方法啊

12.serviec 新增dispather 監聽方法的繫結

13.介面中的屬性可以不實現。

14.dispatcher傳參

15.回撥函式新增(IEvent evt);

16.如果是非同步 命令本來就是一次性,可能銷燬呢  呼叫Retain() Release();

17.mediator 和command 通過全域性的dispather;

18.dispatcher執行完了要移除 RemoveListener

19.EventCommand 包括了全域性的dispather;

20.model和service繫結是差不多的?

21.自身和自身繫結?

22.view需要加分告訴mediator  所有view提供一個dispather;

23.又是命令,最新的分數更新到UI上面還要做呢