Version: 2023.2
言語: 日本語
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.