Animation.Rewind

function Rewind (name : String) : void

Description

Rewinds the animation named name.

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

function Rewind () : void

Description

Rewinds all animations.

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