Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Table.Debug
-
Packages that use Table.Debug Package Description com.badlogic.gdx.scenes.scene2d com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of Table.Debug in com.badlogic.gdx.scenes.scene2d
Methods in com.badlogic.gdx.scenes.scene2d with parameters of type Table.Debug Modifier and Type Method Description voidStage. setDebugTableUnderMouse(Table.Debug debugTableUnderMouse)If notnone, debug is enabled only for the first ascendant of the actor under the mouse that is a table. -
Uses of Table.Debug in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return Table.Debug Modifier and Type Method Description Table.DebugTable. getTableDebug()static Table.DebugTable.Debug. valueOf(java.lang.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.Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Table.Debug Modifier and Type Method Description TableTable. debug(Table.Debug debug)Turns debug lines on or off.
-