| | |
| | | m_ChatTip.gameObject.SetActive(false);
|
| | | m_FunctionForecastTip.gameObject.SetActive(false);
|
| | | m_TaskSwithButton.gameObject.SetActive(false);
|
| | | m_InGamePusher.gameObject.SetActive(false);
|
| | | m_RedBag.gameObject.SetActive(false);
|
| | | m_MailObj.SetActive(false);
|
| | | if (Vector3.Distance(m_CastSkillTip.localPosition, m_position2_S.localPosition) <= 1)//技能面板收起状态
|
| | | {
|
| | | ShowCastSkill();//显示技能组,隐藏按钮组(强制切换)
|
| | |
| | | m_ChatTip.gameObject.SetActive(true);
|
| | | m_FunctionForecastTip.gameObject.SetActive(true);
|
| | | m_TaskSwithButton.gameObject.SetActive(true);
|
| | | m_InGamePusher.gameObject.SetActive(true);
|
| | | m_RedBag.gameObject.SetActive(true);
|
| | | m_MailObj.SetActive(true);
|
| | | }
|
| | |
|
| | | }
|