Package | Description |
---|---|
com.b3dgs.lionengine.core |
Modifier and Type | Method and Description |
---|---|
static Verbose |
Verbose.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Verbose[] |
Verbose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Engine.start(java.lang.String name,
Version version,
java.lang.String resourcesDir,
Verbose level)
Start engine.
|