Kizspy Question: 12
(Choose 1 answer)
FLEVARTION.COM
How would you adjust the speed of an animation at runtime using a script?
A. animator.SetClipSpeed(float speed);
B. animation.speed = speed;
C. animator.speed = speed;
D. animator.Play("ClipName", speed);