public Tilemaps.TileFlags GetTileFlags (Vector3Int position);

파라미터

positionPosition of the Tile on the Tilemap.

반환

TileFlags TileFlags from the Tile.

설명

Gets the Tile Flags of the Tile at the given position.

Refer to TileFlags for more information.