pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
TileLayer.writeMapping
pixelperfectengine
graphics
layers
tilelayer
TileLayer
Writes to the map. x , y : Position. w : ID of the tile.
class
TileLayer
public @
nogc
@
safe
pure nothrow
void
writeMapping
(
int
x
,
int
y
,
MappingElement
w
)
Meta
Source
See Implementation
pixelperfectengine
graphics
layers
tilelayer
TileLayer
aliases
DisplayList
constructors
this
functions
addTile
clearTilemap
getLayerType
getMX
getMY
getMapping
getTX
getTY
getTile
getTileHeight
getTileWidth
getWarpMode
loadMapping
readMapping
removeTile
setWarpMode
tileByPixel
updateRaster
writeMapping
writeTextToMap
structs
DisplayListItem
variables
displayList
hBlankInterrupt
mX
mY
mapping
masterVal
paletteOffset
src
tileX
tileY
totalX
totalY
warpMode
Writes to the map. x , y : Position. w : ID of the tile.