Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

Rewind(name: string): void;

Description

Rewinds the animation named name.

	// Rewind the walk animation to the start
	animation.Rewind("walk");
Rewind(): void;

Description

Rewinds all animations.

	// Rewind all animations to the start
	animation.Rewind();