WayLayerGenerator.AddBlock

WayLayerGenerator.AddBlock method

Add block to the cell

public void AddBlock(int x, int y, int sizeX, int sizeY, double velocity)
ParameterTypeDescription
xInt32the x of block
yInt32the y of block
sizeXInt32the sizeX of block
sizeYInt32the sizeY of block
velocityDoublethe velocity of block

See Also