* Sets the rotation of this Game Object. * @param radians The rotation of this Game Object, in radians. Default 0. * @returns This Game Object instance.
(radians?: number)
| 20480 | * @returns This Game Object instance. |
| 20481 | */ |
| 20482 | setRotation(radians?: number): this; |
| 20483 | /** |
| 20484 | * Sets the angle of this Game Object. |
| 20485 | * @param degrees The rotation of this Game Object, in degrees. Default 0. |
no outgoing calls
no test coverage detected