Version: 2021.1
TileData
Other useful classes

TileAnimationData

public Sprite[] animatedSprites

This is an array of sprites for the Tile animation. The Tile is animated by these sprites in sequential order.

public float animationSpeed

This is the speed where the Tile animation is run. This is combined with the Tilemap’s animation speed for the actual speed.

public float animationTimeOffset

This allows you to start the animation at a different time frame.


  • 2017–09–06 Page published
TileData
Other useful classes