Version: 2022.3

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.