RemoveTile

RemoveTile(Cell, bool)

public bool RemoveTile(Cell cell, bool autoTiling) ;

Description

Removes the tile.

Parameters

Parameter Name Description
cell Cell.
autoTiling If set to true auto tiling.

Returns

true,if tile was removed,falseotherwise.

RemoveTile(Vector2Int, bool)

public bool RemoveTile(Vector2Int pos, bool autoTiling) ;

Description

Removes the tile.

Parameters

Parameter Name Description
pos Position.
autoTiling If set to true auto tiling.

Returns

true,if tile was removed,falseotherwise.