Version: 2023.1

Tilemap.AddTileAnimationFlags

切换到手册
public void AddTileAnimationFlags (Vector3Int position, Tilemaps.TileAnimationFlags flags);

参数

position The position of the Tile on the Tilemap.
flags TileAnimationFlags to add with bitwise OR (|) onto the flags provided by Tile.TileBase.

描述

Adds the TileAnimationFlags onto the Tile at the given position.