MCPcopy
hub / github.com/phaserjs/phaser / toggleFlipY

Method toggleFlipY

types/phaser.d.ts:19310–19310  ·  view source on GitHub ↗

* Toggles the vertical flipped state of this Game Object. * * A Game Object that is flipped vertically will render inverted on the vertical axis. * Flipping always takes place from the middle of the texture and does not impact the scale value.

()

Source from the content-addressed store, hash-verified

19308 * @returns This Game Object instance.
19309 */
19310 toggleFlipY(): this;
19311 /**
19312 * Sets the horizontal flipped state of this Game Object.
19313 *

Callers 2

BaseTweenData.jsFile · 0.80
Flip.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected