GetTileAnimationFlags(Vector3Int)
Gets the TileAnimationFlags of the Tile at the given position.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Tilemaps
- Assembly: UnityEngine.TilemapModule
public TileAnimationFlags GetTileAnimationFlags(Vector3Int position)
Parameters
The position of the Tile on the Tilemap.
Returns
Type | Description |
|---|---|
| TileAnimationFlags | Returns the TileAnimationFlags of the Tile. |