Scratch for Java

Sprite::setHeight()

  • Sets the height of the sprite.

Syntax

Java

.setHeight(height)

Parameters

Name Data Type Description
height double a height in pixels

Return

void

setHeight()