public void Refresh(ConstellationInfo conInfo) { this.mConInfo = conInfo; if (this.mConInfo == null) { return; } this.RefreshConstellationInfo(); this.RefreshShowIcon(); }
private void Refresh() { this.mConInfo = Globals.Instance.AttDB.ConstellationDict.GetInfo(GUIXingZuoPage.mXingZuo); this.mBaseScene.mGUIXingZuoPage.mUIXingZuoItem.mWaitTimeToHide = 0f; this.mUIXingZuoItem.Refresh(this.mConInfo); NGUITools.SetActive(this.mLeftBtn.gameObject, GUIXingZuoPage.mXingZuo > 1); NGUITools.SetActive(this.mRightBtn.gameObject, GUIXingZuoPage.mXingZuo < 12); }