Animation.Rewindfunction Rewind (name : string) : voidDescriptionRewinds the animation named name.
// Rewind the walk animation to the start
animation.Rewind("walk"); function Rewind () : voidDescriptionRewinds all animations
// Rewind all animations to the start
animation.Rewind(); |
