* Sets the angle of this Game Object. * @param degrees The rotation of this Game Object, in degrees. Default 0. * @returns This Game Object instance.
(degrees?: number)
| 20486 | * @returns This Game Object instance. |
| 20487 | */ |
| 20488 | setAngle(degrees?: number): this; |
| 20489 | /** |
| 20490 | * Sets the scale of this Game Object. |
| 20491 | * @param x The horizontal scale of this Game Object. Default 1. |
no outgoing calls
no test coverage detected