RemoveRectangleTile

RemoveRectangleTile(Vector2Int, int, int, bool)

public bool RemoveRectangleTile(Vector2Int pos, int width, int height, bool autoTiling) ;

Description

Tile remove of a rectangle specified.

Parameters

Parameter Name Description
pos Position.
width Width.
height Height.
autoTiling If set to true auto tiling.

Returns

true,if tile was removed,falseotherwise.