# ParticleSystemAnimationMode

> The animation mode.

## Definition

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

```csharp
public enum ParticleSystemAnimationMode
```

## Fields

| Value                                                                                         | Description                                                        |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [Grid](/engine/6000.7/script-reference/unityengine/particlesystemanimationmode/grid.md)       | Use a regular grid to construct a sequence of animation frames.    |
| [Sprites](/engine/6000.7/script-reference/unityengine/particlesystemanimationmode/sprites.md) | Use a list of sprites to construct a sequence of animation frames. |
