Version: 2022.3
언어: 한국어

Tilemap.SetTileAnimationFlags

매뉴얼로 전환
public void SetTileAnimationFlags (Vector3Int position, Tilemaps.TileAnimationFlags flags);

파라미터

position The position of the Tile on the Tilemap.
flags The TileAnimationFlags to set onto the Tile.

설명

Sets the TileAnimationFlags onto the Tile at the given position.

Refer to Scriptable Tiles and Tilemap for more information.