# ParticleSystemAnimationType

> The animation type.

## Definition

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

```csharp
public enum ParticleSystemAnimationType
```

## Remarks

Controls how texture sheet animations play. Additional Resources: type.

## Fields

| Value                                                                                               | Description                                                             |
| --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [SingleRow](/engine/6000.0/script-reference/unityengine/particlesystemanimationtype/singlerow.md)   | Animate a single row in the sheet from left to right.                   |
| [WholeSheet](/engine/6000.0/script-reference/unityengine/particlesystemanimationtype/wholesheet.md) | Animate over the whole texture sheet from left to right, top to bottom. |
