|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stage | |
---|---|
com.badlogic.gdx.scenes.scene2d | |
com.badlogic.gdx.scenes.scene2d.ui |
Uses of Stage in com.badlogic.gdx.scenes.scene2d |
---|
Methods in com.badlogic.gdx.scenes.scene2d that return Stage | |
---|---|
Stage |
Actor.getStage()
Returns the stage that this actor is currently in, or null if not in a stage. |
Stage |
Event.getStage()
The stage for the actor the event was fired on. |
Methods in com.badlogic.gdx.scenes.scene2d with parameters of type Stage | |
---|---|
protected void |
Actor.setStage(Stage stage)
Called by the framework when this actor or any parent is added to a group that is in the stage. |
void |
Event.setStage(Stage stage)
|
protected void |
Group.setStage(Stage stage)
|
Uses of Stage in com.badlogic.gdx.scenes.scene2d.ui |
---|
Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Stage | |
---|---|
static void |
Table.drawDebug(Stage stage)
Draws the debug lines for all tables in the stage. |
Dialog |
Dialog.show(Stage stage)
Packs the dialog and adds it to the stage, centered. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |