Scratch for Java

Hitbox::drawShape()

Draws the shape.

Syntax

Java

.drawShape(buffer)

Parameters

Name Data Type Description
buffer PGraphics The buffer to draw the shape on.

Return

void

drawShape()