Package | Description |
---|---|
com.b3dgs.lionengine.core |
Lower level classes related, close to the engine.
|
Modifier and Type | Field and Description |
---|---|
static Version |
Version.DEFAULT
Create the default version (1.0.0).
|
static Version |
Engine.VERSION
Engine version.
|
Modifier and Type | Method and Description |
---|---|
static Version |
Version.create(int major,
int minor,
int micro)
Create a new version descriptor.
|
static Version |
Engine.getProgramVersion()
Get the program version.
|
Version |
Engine.getVersion()
Get the program version.
|
Constructor and Description |
---|
Engine(String name,
Version version)
Start engine.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.