UnityEngine.Animator HasState int stateid = Animator.StringToHash(name); if(animator.HasState(i, stateid)){ Debug.Log("存在状态:"+name); }