|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stage | |
---|---|
com.badlogic.gdx.scenes.scene2d | |
com.badlogic.gdx.scenes.scene2d.ui.tablelayout |
Uses of Stage in com.badlogic.gdx.scenes.scene2d |
---|
Fields in com.badlogic.gdx.scenes.scene2d declared as Stage | |
---|---|
protected Stage |
Actor.stage
|
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. |
Uses of Stage in com.badlogic.gdx.scenes.scene2d.ui.tablelayout |
---|
Methods in com.badlogic.gdx.scenes.scene2d.ui.tablelayout with parameters of type Stage | |
---|---|
static void |
Table.drawDebug(Stage stage)
Draws the debug lines for all TableLayouts in the stage. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |