# AnimationBlendMode

> Used by Animation.Play function.

## Definition

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

```csharp
public enum AnimationBlendMode
```

## Fields

| Value                                                                                  | Description                 |
| -------------------------------------------------------------------------------------- | --------------------------- |
| [Additive](/engine/6000.7/script-reference/unityengine/animationblendmode/additive.md) | Animations will be added.   |
| [Blend](/engine/6000.7/script-reference/unityengine/animationblendmode/blend.md)       | Animations will be blended. |
