This version of Unity is unsupported.

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.