public class DesktopPlatformUtils extends LibgdxPlatformUtils
| Constructor and Description |
|---|
DesktopPlatformUtils() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGameThread()
Indicates if the current thread is the game thread
|
exitcurrentTimeMillis, getAvailableMemory, getTotalMemory, getUsedMemory, nanoTimegetAverageRenderDuration, getAverageUpdateDuration, getFramesPerSecond, getUpdatesPerSecond, markFrame, markRenderBegin, markRenderEnd, markUpdateBegin, markUpdateEndpublic boolean isGameThread()
PlatformUtilsisGameThread in class PlatformUtils