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

Method setToTop

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

* Sets this Game Object to be at the top of the display list, or the top of its parent container. * * Being at the top means it will render on top of everything else. * * This method does not change this Game Objects `depth` value

()

Source from the content-addressed store, hash-verified

18344 * @returns This Game Object instance.
18345 */
18346 setToTop(): this;
18347 /**
18348 * Sets this Game Object to the back of the display list, or the back of its parent container.
18349 *

Callers 1

Depth.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected