Text::setPosition()
Sets the position of the text
Syntax
Java
.setPosition(x, y)
.setPosition(v)
Parameters
| Name | Data Type | Description |
|---|---|---|
| x | double | a x coordinate |
| y | double | a y coordinate |
| v | Vector2 | the Vector2 object containing the x and y coordinates |
Return
void
