# GetNextAnimatorStateInfo(int)

> Returns an AnimatorStateInfo with the information on the next state.

## Definition

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

```csharp
public AnimatorStateInfo GetNextAnimatorStateInfo(int layerIndex)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The layer index.

### Returns

| Type                                                                                  | Description                                                                                                                      |
| ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| [AnimatorStateInfo](/engine/6000.3/script-reference/unityengine/animatorstateinfo.md) | An [AnimatorStateInfo](/engine/6000.3/script-reference/unityengine/animatorstateinfo.md) with the information on the next state. |
