UISprite::changeHeight()
Changes the height of the sprite by the given number of pixels.
Syntax
Java
.changeHeight(amount)
Parameters
| Name | Data Type | Description |
|---|---|---|
| amount | double | how many pixels to add to the height |
Return
void
Changes the height of the sprite by the given number of pixels.
.changeHeight(amount)
| Name | Data Type | Description |
|---|---|---|
| amount | double | how many pixels to add to the height |
void