pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
ISpriteLayer.replaceSprite
PixelPerfectEngine
graphics
layers
ISpriteLayer
Replaces the sprite and moves to the given position.
void
replaceSprite
(ABitmap s, int n)
void
replaceSprite
(ABitmap s, int n, int x, int y)
interface
ISpriteLayer
void
replaceSprite
(
ABitmap
s
,
int
n
,
int
x
,
int
y
)
void
replaceSprite
(ABitmap s, int n, Coordinate c)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
layers
ISpriteLayer
functions
addSprite
editSpriteAttribute
getSpriteCoordinate
moveSprite
relMoveSprite
removeSprite
replaceSprite
replaceSpriteAttribute
Replaces the sprite and moves to the given position.