Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimationState.normalizedTime

public var normalizedTime: float;

Description

The 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.

	// Fast forward to the middle of the animation
	animation["Walk"].normalizedTime = 0.5;