Unity 經過Animator獲取動畫長度 和 監聽播放完成的代碼

AnimationClip[] clips = GetComponent<Animator>().runtimeAnimatorController.animationClips; foreach (var item in clips) { if(item.name == "jump")
相關文章
相關標籤/搜索