Version: 2022.2
언어: 한국어

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.