Punkman X1 API

Map.SetCells Method 

Copy cells

public void SetCells(
   MapCell[,] cells,
   int width,
   int height
);

Parameters

cells
source map data
width
width of source, destination
height
height of source, destination

See Also

Map Class | PunkMan.Shared Namespace