| Package | Description |
|---|---|
| ch.hevs.gdx2d.lib |
The library wrapper that is built around
libgdx. |
| Modifier and Type | Field and Description |
|---|---|
protected ScreenManager.TransactionType |
ScreenManager.transitionStyle |
| Modifier and Type | Method and Description |
|---|---|
static ScreenManager.TransactionType |
ScreenManager.TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenManager.TransactionType[] |
ScreenManager.TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenManager.transitionTo(int nextScreen,
ScreenManager.TransactionType effect)
Called to transition to the specified screen with the corresponding effect.
|
void |
ScreenManager.transitionToNext(ScreenManager.TransactionType effect)
Called to transition to the next screen with the corresponding effect.
|
Copyright © 2014-2016 gdx2d - https://github.com/hevs-isi/gdx2d