| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d | |
| com.badlogic.gdx.scenes.scene2d.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.drawDebug(ShapeRenderer shapes)
Draws this actor's debug lines if
Actor.getDebug() is true and, regardless of Actor.getDebug(), calls
Actor.drawDebug(ShapeRenderer) on each child. |
void |
Actor.drawDebug(ShapeRenderer shapes)
Draws this actor's debug lines if
Actor.getDebug() is true. |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.drawDebug(ShapeRenderer shapes) |
void |
ScrollPane.drawDebug(ShapeRenderer shapes) |
void |
Container.drawDebug(ShapeRenderer shapes) |
Copyright © 2021. All rights reserved.