public final class GameTime extends java.lang.Object implements EnvironmentLoadedListener
| Modifier | Constructor and Description |
|---|---|
protected |
GameTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
loaded(IEnvironment environment)
This method was called after the environment was loaded.
|
long |
sinceEnvironmentLoad() |
long |
sinceGameStart() |
public long sinceGameStart()
public long sinceEnvironmentLoad()
public void loaded(IEnvironment environment)
EnvironmentLoadedListenerloaded in interface EnvironmentLoadedListenerenvironment - The environment that was loaded.