private void SetEffectParam()
 {
     if (null != this.RootGoObj)
     {
         UIEffectSort component = this.go_Effect.GetComponent <UIEffectSort>();
         component.panel = this.RootGoObj.GetComponent <UIPanel>();
         component.UpdateSortUI();
     }
 }