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

Method setBelow

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

* Move this Game Object so that it appears below the given Game Object. * * This means it will render immediately under the other object in the display list. * * Both objects must belong to the same display list, or parent contain

(gameObject: Phaser.GameObjects.GameObject)

Source from the content-addressed store, hash-verified

18377 * @returns This Game Object instance.
18378 */
18379 setBelow(gameObject: Phaser.GameObjects.GameObject): this;
18380 }
18381
18382 /**

Callers 1

Depth.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected