* Sets the position of this Game Object. * @param x The x position of this Game Object. Default 0. * @param y The y position of this Game Object. If not set it will use the `x` value. Default x. * @param z The z position of this Game Object. Default
(x?: number, y?: number, z?: number, w?: number)
| 20453 | * @returns This Game Object instance. |
| 20454 | */ |
| 20455 | setPosition(x?: number, y?: number, z?: number, w?: number): this; |
| 20456 | /** |
| 20457 | * Copies an object's coordinates to this Game Object's position. |
| 20458 | * @param source An object with numeric 'x', 'y', 'z', or 'w' properties. Undefined values are not copied. |
no outgoing calls
no test coverage detected