This version of Unity is unsupported.

TileAnimationFlags

enumeration

Description

Options for flags controlling behavior for a Tile Animation on a Tilemap.

Properties

NoneSets no TileAnimationFlags and the Tile Animation will run normally.
LoopOnceLoops the Tile Animation once, then stops on the last Sprite of the animation.
PauseAnimationPauses the Tile Animation, stopping it from running.
UpdatePhysicsUpdates the Physics Shape in the TilemapCollider2D whenever the Tile Animation switches to the next Sprite in the animation.