AnimationState.normalizedTimevar normalizedTime : floatDescriptionThe normalized time of the animation. A value of 1 is the end of the animation. A value of 0.5 is the middle of the animation.
JavaScript
// Fast forward to the middle of the animation using UnityEngine; import UnityEngine |
