| | |
| | |
|
| | | private void UnFlodFunctionArea(bool _unflod, int _skillGroup)
|
| | | {
|
| | | if (NewBieCenter.Instance.IsAreaNeedUnflod(1))
|
| | | if (NewBieCenter.Instance.inGuiding)
|
| | | {
|
| | | m_MainPositionTween.ShowTaskImmedidately(true, true);
|
| | | }
|
| | | if (NewBieCenter.Instance.IsAreaNeedUnflod(1))
|
| | | {
|
| | | m_MainPositionTween.ShowTaskImmedidately(true, true);
|
| | | }
|
| | |
|
| | | if (NewBieCenter.Instance.IsAreaNeedUnflod(2))
|
| | | if (NewBieCenter.Instance.IsAreaNeedUnflod(2))
|
| | | {
|
| | | m_MainPositionTween.SwitchFunctions(new MainPositionTween.SwitchParam() { showDefault = true, immediately = false });
|
| | | m_HighSettingFadeInFadeOut.SwitchImmedidately(true);
|
| | | }
|
| | | }
|
| | | else
|
| | | {
|
| | | m_MainPositionTween.SwitchFunctions(new MainPositionTween.SwitchParam() { showDefault = true, immediately = false });
|
| | | m_HighSettingFadeInFadeOut.SwitchImmedidately(true);
|
| | | if (_unflod)
|
| | | {
|
| | | m_MainPositionTween.ShowTaskImmedidately(true, true);
|
| | | m_MainPositionTween.SwitchFunctions(new MainPositionTween.SwitchParam() { showDefault = true, immediately = false });
|
| | | m_HighSettingFadeInFadeOut.SwitchImmedidately(true);
|
| | | }
|
| | | }
|
| | | }
|
| | |
|