Camera::changeY
Change the y-coordinate of the camera.
Syntax
Java
.changeY(amount)
Scratch
Parameters
Name | Data Type | Description |
---|---|---|
amount | int | The amount to change the y-coordinate by. |
Return
void
Change the y-coordinate of the camera.
.changeY(amount)
Name | Data Type | Description |
---|---|---|
amount | int | The amount to change the y-coordinate by. |
void