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

Tilemap.GetTileAnimationFlags

Declaration

public Tilemaps.TileAnimationFlags GetTileAnimationFlags(Vector3Int position);

Parameters

position The position of the Tile on the Tilemap.

Returns

TileAnimationFlags Returns the TileAnimationFlags of the Tile.

Description

Gets the TileAnimationFlags of the Tile at the given position.