Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Tilemap.RemoveTileAnimationFlags

Declaration

public void RemoveTileAnimationFlags(Vector3Int position, Tilemaps.TileAnimationFlags flags);

Parameters

position The position of the Tile on the Tilemap.
flags The TileAnimationFlags to remove from the Tile.

Description

Removes the TileAnimationFlags from the Tile at the given position.