Stage::goToBackLayer()
Moves the specified sprite to the back layer of the stage.
Syntax
Java
.goToBackLayer(sprite)
Parameters
| Name | Data Type | Description |
|---|---|---|
| sprite | Sprite | the sprite to be moved to the back layer |
Return
void

Moves the specified sprite to the back layer of the stage.
.goToBackLayer(sprite)
| Name | Data Type | Description |
|---|---|---|
| sprite | Sprite | the sprite to be moved to the back layer |
void