示例#1
0
    void Update()
    {
        if (WaitForEndOfAction != null && WaitForEndOfAction.IsActive() == false)
        {
            SwitchState(E_State.ThirdPerson);

            WaitForEndOfAction = null;
        }
    }