MCPcopy Index your code
hub / github.com/phaserjs/phaser / toggleFlipX

Method toggleFlipX

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

* Toggles the horizontal flipped state of this Game Object. * * A Game Object that is flipped horizontally will render inverted on the horizontal 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

19299 * @returns This Game Object instance.
19300 */
19301 toggleFlipX(): this;
19302 /**
19303 * Toggles the vertical flipped state of this Game Object.
19304 *

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected