* Sets the scale of this Game Object. * @param x The horizontal scale of this Game Object. Default 1. * @param y The vertical scale of this Game Object. If not set it will use the `x` value. Default x. * @returns This Game Object instance.
(x?: number, y?: number)
| 20493 | * @returns This Game Object instance. |
| 20494 | */ |
| 20495 | setScale(x?: number, y?: number): this; |
| 20496 | /** |
| 20497 | * Sets the x position of this Game Object. |
| 20498 | * @param value The x position of this Game Object. Default 0. |
no outgoing calls
no test coverage detected