| | |
| | | findPreciousModel.bossInfoUpdateEvent -= OnBossInfoUpdate;
|
| | | }
|
| | |
|
| | | protected void DrawBossBaseInfo(string _icon, string _name, int _level, int _realm)
|
| | | protected virtual void DrawBossBaseInfo(string _icon, string _name, int _level, int _realm)
|
| | | {
|
| | | m_Portrait.SetSprite(_icon);
|
| | | m_Portrait.SetNativeSize();
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | if (isRebornRightNow && !m_RefreshAtOnce.gameObject.activeInHierarchy)
|
| | | if (m_RefreshAtOnce != null)
|
| | | {
|
| | | m_RefreshAtOnce.gameObject.SetActive(true);
|
| | | }
|
| | | else if (!isRebornRightNow && m_RefreshAtOnce.gameObject.activeInHierarchy)
|
| | | {
|
| | | m_RefreshAtOnce.gameObject.SetActive(false);
|
| | | if (isRebornRightNow && !m_RefreshAtOnce.gameObject.activeInHierarchy)
|
| | | {
|
| | | m_RefreshAtOnce.gameObject.SetActive(true);
|
| | | }
|
| | | else if (!isRebornRightNow && m_RefreshAtOnce.gameObject.activeInHierarchy)
|
| | | {
|
| | | m_RefreshAtOnce.gameObject.SetActive(false);
|
| | | }
|
| | | }
|
| | | }
|
| | |
|