# weight

> The weight of the animation clip.

## Definition

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

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

```csharp
public float weight { get; }
```

### Remarks

The weight is the concatenation of the blendtree weight and the transition weight.
