Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d | |
com.badlogic.gdx.scenes.scene2d.ui |
Modifier and Type | Method and Description |
---|---|
void |
Stage.setDebugTableUnderMouse(Table.Debug debugTableUnderMouse)
If not
none , debug is enabled only for the first ascendant of the actor under the mouse that is a table. |
Modifier and Type | Method and Description |
---|---|
Table.Debug |
Table.getTableDebug() |
static Table.Debug |
Table.Debug.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.Debug[] |
Table.Debug.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.debug(Table.Debug debug)
Turns debug lines on or off.
|
Copyright © 2014. All Rights Reserved.