| | |
| | | |
| | | yield return StartCoroutine(Co_CameraLerpTo(m_ShowCamera, defaultShowCameraPosition, defaultShowCameraRotation, defaultFov)); |
| | | |
| | | model.RequestRefreshMonster(); |
| | | if (m_TowerAnimator != null) |
| | | { |
| | | m_TowerAnimator.Play("Fyt_fx_ani_move", 0, 0f); |
| | | } |
| | | |
| | | yield return new WaitForSeconds(3.1f); |
| | | yield return new WaitForSeconds(2.1f); |
| | | |
| | | yield return StartCoroutine(Co_CameraLerpTo(m_ShowCamera, |
| | | CameraController.Instance.CameraObject.transform.position, |
| | | CameraController.Instance.CameraObject.transform.rotation, |
| | | CameraController.Instance.CameraObject.fieldOfView)); |
| | | |
| | | model.RequestRefreshMonster(); |
| | | |
| | | m_ShowCamera.SetActive(false); |
| | | //CameraController.Instance.CameraObject.enabled = true; |