Phaser API Documentation

  Version: 
setToBack()

Description:

Sets this Game Object to the back of the display list, or the back of its parent container.

Being at the back means it will render below everything else.

This method does not change this Game Objects depth value, it simply alters its list position.

Returns:
Description:

This Game Object instance.

Since: 3.85.0