SpriteLayer32Bit

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addSprite
void addSprite(Bitmap32Bit s, int n, Coordinate c)
Undocumented in source. Be warned that the author may not have intended to support it.
addSprite
void addSprite(Bitmap32Bit s, int n, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
getCoordinates
Coordinate[int] getCoordinates()
Undocumented in source. Be warned that the author may not have intended to support it.
getFlipRegisters
FlipRegister[int] getFlipRegisters()
Undocumented in source. Be warned that the author may not have intended to support it.
getSpriteSet
Bitmap32Bit[int] getSpriteSet()
Undocumented in source. Be warned that the author may not have intended to support it.
getSpriteSorter
int[int] getSpriteSorter()
Undocumented in source. Be warned that the author may not have intended to support it.
moveSprite
void moveSprite(int n, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
relMoveSprite
void relMoveSprite(int n, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
removeSprite
void removeSprite(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceSprite
void replaceSprite(Bitmap32Bit s, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceSprite
void replaceSprite(Bitmap32Bit s, int n, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceSprite
void replaceSprite(Bitmap32Bit s, int n, Coordinate c)
Undocumented in source. Be warned that the author may not have intended to support it.
updateRaster
void updateRaster(void* workpad, int pitch, ubyte[] palette, int[] threads)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

collisionDetector
SpriteMovementListener[int] collisionDetector;
Undocumented in source.

Inherited Members

From Layer

setRasterizer
void setRasterizer(int rX, int rY)
Undocumented in source. Be warned that the author may not have intended to support it.
scroll
void scroll(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
relScroll
void relScroll(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
getSX
int getSX()
Undocumented in source. Be warned that the author may not have intended to support it.
getSY
int getSY()
Undocumented in source. Be warned that the author may not have intended to support it.
updateRaster
void updateRaster(void* workpad, int pitch, ubyte[] palette, int[] threads)

Override this to enable output to the raster

From ISpriteCollision

getCoordinates
Coordinate[int] getCoordinates()
Undocumented in source.
getFlipRegisters
FlipRegister[int] getFlipRegisters()
Undocumented in source.
getSpriteSorter
int[int] getSpriteSorter()
Undocumented in source.

From ISpriteLayer32Bit

addSprite
void addSprite(Bitmap32Bit s, int n, Coordinate c)
Undocumented in source.
addSprite
void addSprite(Bitmap32Bit s, int n, int x, int y)
Undocumented in source.
replaceSprite
void replaceSprite(Bitmap32Bit s, int n)
Undocumented in source.
replaceSprite
void replaceSprite(Bitmap32Bit s, int n, int x, int y)
Undocumented in source.
replaceSprite
void replaceSprite(Bitmap32Bit s, int n, Coordinate c)
Undocumented in source.

Meta