示例#1
0
文件: BaseBind.cs 项目: uiopsczc/Test
 /// <summary>
 /// 该构造函数会先于Awake
 /// </summary>
 public BaseBind()
 {
     this.propBinder = new PropBinder(this);
 }
示例#2
0
 public ImageFillBind()
 {
     this.maxValueBinder = new PropBinder(this);
     this.curValueBinder = new PropBinder(this);
 }