Example #1
0
 /// <summary>
 /// 该构造函数会先于Awake
 /// </summary>
 public BaseBind()
 {
     this.propBinder = new PropBinder(this);
 }
Example #2
0
 public ImageFillBind()
 {
     this.maxValueBinder = new PropBinder(this);
     this.curValueBinder = new PropBinder(this);
 }