# animatedSprites

> The array of sprites that are ordered by appearance in the animation.

## Definition

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

```csharp
public Sprite[] animatedSprites { get; set; }
```
