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

Moves the specified sprite to the front layer.
.goToFrontLayer(sprite)
| Name | Data Type | Description |
|---|---|---|
| sprite | Sprite | the sprite to be moved to the front layer |
void