Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d | |
com.badlogic.gdx.scenes.scene2d.ui |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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. |