public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertGdxLoaded(String msg)
Checks that gdx is correctly loaded.
|
static void |
callCheck(String className,
String method)
Checks that a method is called only in a given class
|
static void |
callCheckExcludeGraphicRender() |
public static void assertGdxLoaded(String msg)
msg - The message to log if not loadedpublic static void callCheck(String className, String method)
className - The name of the class the method belongs tomethod - The method name that should be containedpublic static void callCheckExcludeGraphicRender()
Copyright © 2014-2016 gdx2d - https://github.com/hevs-isi/gdx2d