Unity3D 得到 Animator 的 Trigger 和 Event

bool IsHaveTargetEvent(GameObject go, string triggerName) { Animator animator = go.GetComponentInChildren<Animator>(); Debug.Assert(animator != null, string.Format("{0} 缺乏 Animator
相關文章
相關標籤/搜索