Esempio n. 1
0
 private void OnDestroy()
 {
     if (DOTween.IsTweening(this))
     {
         DOTween.Kill(this, false);
     }
     this.mArrow_Left  = null;
     this.mArrow_Right = null;
     this.mUIBattleFormationKindSelector             = null;
     this.mUIDisplaySwipeEventRegion_FormationChange = null;
     this.mLabel_Formation_Center       = null;
     this.mLabel_Formation_Right        = null;
     this.mLabel_Formation_Left         = null;
     this.mLabel_Formation_Temp         = null;
     this.mWidget_FormationSelecteNames = null;
     this.mLabelCenter = null;
     this.mLabelRight  = null;
     this.mLabelLeft   = null;
     this.mLabelTemp   = null;
     this.mUIBattleFormationKindSelectManagerAction = null;
 }
Esempio n. 2
0
 public void SetOnUIBattleFormationKindSelectManagerAction(UIBattleFormationKindSelectManager.UIBattleFormationKindSelectManagerAction actionMethod)
 {
     this.mUIBattleFormationKindSelectManagerAction = actionMethod;
 }