FillTileAsync

FillTileAsync(Vector2Int, int, int, Tile, ushort, bool, bool)

public Async FillTileAsync(Vector2Int pos, int width, int height, Tile tile, ushort partsID, bool autoTiling, bool isCreateCellObject) ;

Description

Fills the tile (Async).

Parameters

Parameter Name Description
pos Position.
width Width.
height Height.
tile Tile.
partsID Parts ID.
autoTiling If set to true auto tiling.
isCreateCellObject Whether you want to create a CellObject

Returns

Async instance to handle the asynchronous.