# AnimationInfo

> Information about what animation clips is played and its weight.

## Definition

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

> **Warning:**
>
> **Removed.** Use AnimatorClipInfo instead
>
> **Upgrade to** [AnimatorClipInfo](/engine/6000.6/script-reference/unityengine/animatorclipinfo.md)

```csharp
public struct AnimationInfo
```

## Properties

| Property                                                                      | Description                       |
| ----------------------------------------------------------------------------- | --------------------------------- |
| [clip](/engine/6000.6/script-reference/unityengine/animationinfo/clip.md)     | Animation clip that is played.    |
| [weight](/engine/6000.6/script-reference/unityengine/animationinfo/weight.md) | The weight of the animation clip. |
