Package | Description |
---|---|
com.b3dgs.lionengine |
Main engine core types and utility classes.
|
Modifier and Type | Method and Description |
---|---|
static OperatingSystem |
OperatingSystem.find(String os)
Find the current system.
|
static OperatingSystem |
OperatingSystem.getOperatingSystem()
Get operating system name.
|
static OperatingSystem |
OperatingSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystem[] |
OperatingSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.