Package | Description |
---|---|
com.badlogic.gdx | |
com.badlogic.gdx.backends.android | |
com.badlogic.gdx.backends.lwjgl | |
com.badlogic.gdx.scenes.scene2d | |
com.badlogic.gdx.utils |
Modifier and Type | Method and Description |
---|---|
SnapshotArray<InputProcessor> |
InputMultiplexer.getProcessors() |
Modifier and Type | Field and Description |
---|---|
protected SnapshotArray<LifecycleListener> |
AndroidApplication.lifecycleListeners |
Modifier and Type | Method and Description |
---|---|
SnapshotArray<LifecycleListener> |
AndroidApplication.getLifecycleListeners() |
Modifier and Type | Field and Description |
---|---|
protected SnapshotArray<LifecycleListener> |
LwjglApplication.lifecycleListeners |
Modifier and Type | Method and Description |
---|---|
SnapshotArray<Actor> |
Group.getChildren()
Returns an ordered list of child actors in this group.
|
Modifier and Type | Method and Description |
---|---|
static <T> SnapshotArray<T> |
SnapshotArray.with(T... array) |