Sprite::draw()
Draws the sprite if it is not hidden.
Syntax
Java
.draw(buffer)
Parameters
| Name | Data Type | Description |
|---|---|---|
| buffer | PGraphics |
Return
void

Draws the sprite if it is not hidden.
.draw(buffer)
| Name | Data Type | Description |
|---|---|---|
| buffer | PGraphics |
void