PutStamp

PutStamp(Vector2Int, Stamp, bool, bool)

public bool PutStamp(Vector2Int pos, Stamp stamp, bool autoTiling, bool isCreateCellObject) ;

Description

Fills the tile from stamp.

Parameters

Parameter Name Description
pos Position.
stamp Stamp.
autoTiling If set to true auto tiling.
isCreateCellObject Whether you want to create a CellObject

Returns

true,if tile was filled, falseotherwise.