Uses of Enum Class
com.prineside.tdi2.scene2d.ui.Table.Debug
Packages that use Table.Debug
- 
Uses of Table.Debug in com.prineside.tdi2.scene2d
Methods in com.prineside.tdi2.scene2d with parameters of type Table.DebugModifier and TypeMethodDescriptionvoidStage.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.prineside.tdi2.scene2d.ui
Methods in com.prineside.tdi2.scene2d.ui that return Table.DebugModifier and TypeMethodDescriptionTable.getTableDebug()static Table.DebugReturns the enum constant of this class with the specified name.static Table.Debug[]Table.Debug.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.prineside.tdi2.scene2d.ui with parameters of type Table.Debug