Package | Description |
---|---|
com.b3dgs.lionengine.game |
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.next(Orientation from,
int offset)
Get the next orientation from the source plus an offset.
|
static Orientation |
Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.next(Orientation from,
int offset)
Get the next orientation from the source plus an offset.
|