TransformableTileLayer.loadMapping

Loads a mapping from an array. x , y : Sizes of the mapping. map : an array representing the elements of the map. x*y=map.length

class TransformableTileLayer(BMPType = Bitmap16Bit, int TileX = 8, int TileY = 8)
public
void
loadMapping
(
int x
,
int y
,
MappingElement[] mapping
)

Meta