Exemple #1
0
 protected virtual void Awake()
 {
     _rectTrans  = GetComponent <RectTransform>();
     _bindAssist = GetComponent <UI_BindAssist>();
     if (null == _bindAssist)
     {
         Debug.Log("bindAssist is null");
     }
 }
Exemple #2
0
 private void OnEnable()
 {
     _bindAssist      = target as UI_BindAssist;
     _listBindObjects = _bindAssist._listBindObjects;
 }