示例#1
0
    IEnumerator IntroAnimation()
    {
        stopMoving = true;
        InputManager.disableInput = true;
        animController.Born();
        yield return(new WaitForSeconds(1.5f));

        InputManager.disableInput = false;
        stopMoving = false;
        animController.Move();
    }