public void SetData(UAntiAddictWndView view, gamelogic_antiaddict_regist_result result) { Content.text = result.szRetDes; if (result.ret > 0) { view.tipFrame.Clear(); } }
public void SetData(UAntiAddictWndView view, string strContent) { m_wndView = view; Content.text = strContent; TimerManager.KillTimer(this, 1); TimerManager.SetTimer(this, 1, 1); nCountTime = ADDICT_COUNT_DOWN_TIME; ConfirmBtnDesc.text = nCountTime.ToString(); ConfirmBtn.interactable = false; CloseBtn.gameObject.SetActive(false); }
public void SetData(UAntiAddictWndView view, string strContent) { UBB.toHtml(ref strContent); Content.text = strContent; }