Version: 2023.1
言語: 日本語

TileAnimationFlags

enumeration

マニュアルに切り替える

説明

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

変数

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.