# animationFrameRate

> The frame rate for all Tile animations in the Tilemap.

## Definition

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

```csharp
public float animationFrameRate { get; set; }
```

### Remarks

The actual frame rate for each animation is dependent on this and the animation speed of the Tile animation.
