Pixel Data JS - v0.28.0
Preparing search index...
makeHistoryAction
Function makeHistoryAction
makeHistoryAction
(
config
:
PixelEngineConfig
,
accumulator
:
PixelAccumulator
,
patch
:
PixelPatchTiles
,
after
?:
()
=>
void
,
afterUndo
?:
()
=>
void
,
afterRedo
?:
()
=>
void
,
applyPatchTilesFn
?:
(
target
:
PixelData32
,
tiles
:
PixelTile
[]
,
tileSize
:
number
,
)
=>
void
,
)
:
HistoryAction
Parameters
config
:
PixelEngineConfig
accumulator
:
PixelAccumulator
patch
:
PixelPatchTiles
Optional
after
:
()
=>
void
Optional
afterUndo
:
()
=>
void
Optional
afterRedo
:
()
=>
void
applyPatchTilesFn
:
(
target
:
PixelData32
,
tiles
:
PixelTile
[]
,
tileSize
:
number
)
=>
void
= applyPatchTiles
Returns
HistoryAction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Pixel Data JS - v0.28.0
Loading...