Sprite::changeHeight()
Changes the height of the sprite by a given amount.
Syntax
Java
.changeHeight(amount)
Parameters
| Name | Data Type | Description |
|---|---|---|
| amount | double | a height in pixels |
Return
void

Changes the height of the sprite by a given amount.
.changeHeight(amount)
| Name | Data Type | Description |
|---|---|---|
| amount | double | a height in pixels |
void