예제 #1
0
    private IEnumerator WaitGoalAction()
    {
        Debug.Log("WaitGoalAction");
        // 1秒待つ
        yield return(new WaitForSeconds(1.0f));

        camera_controller_.Goal();
    }