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.
UnscaledTimeWhen true, the unscaled time is used to run the Tile Animation. Otherwise, the scaled time is used to run the Tile Animation.
SyncAnimationWhen set, this will sync the start time of this Tile Animation with other Tile Animations that are the same.

Did you find this page useful? Please give it a rating: