The canvas' context.
The x-coordinate at which to draw.
The y-coordinate at which to draw.
The index in the sprite sheet of the sprite to draw.
Draws a sprite in this sprite sheet by row and column.
The canvas' context.
The x-coordinate at which to draw.
The y-coordinate at which to draw.
The row in the sprite sheet of the sprite to draw.
The column in the sprite sheet of the sprite to draw.
Generated using TypeDoc
Draws a sprite in this sprite sheet by index (
row*colCount + col
).