# Rewind

> Rewinds all animations.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AnimationModule

## Rewind()

Rewinds all animations.

```csharp
public void Rewind()
```

## Rewind(string)

Rewinds the animation named name.

```csharp
public void Rewind(string name)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)):&#x20;
