如何获取animator里的animation

2024-12-31 21:51:42
推荐回答(1个)
回答1:

Animator.GetCurrentAnimatorStateInfo(0).normalizedTime这个返回一个float,大于等于1表示动画播放完一次了。。。。