unity动画控制器Animator的使用

    xiaoxiao2023-11-09  166

    指定帧数播放


    animator.Play("idle", 0, AnimatorControl());

     

    当前播放进度


    thisAnimation = animator.GetCurrentAnimatorStateInfo(0).normalizedTime;

    最新回复(0)