* Sets the origin of this Game Object. * * The values are given in the range 0 to 1. * @param x The horizontal origin value. Default 0.5. * @param y The vertical origin value. If not defined it will be set to the value of `x`. Defa
(x?: number, y?: number)
| 19622 | * @returns This Game Object instance. |
| 19623 | */ |
| 19624 | setOrigin(x?: number, y?: number): this; |
| 19625 | /** |
| 19626 | * Sets the origin of this Game Object based on the Pivot values in its Frame. |
| 19627 | * If the Frame has a custom pivot point defined, the origin is set to match it. |
no outgoing calls
no test coverage detected