Package gaiasky.data
Class SceneGraphJsonLoader
- java.lang.Object
-
- gaiasky.data.SceneGraphJsonLoader
-
public class SceneGraphJsonLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SceneGraphJsonLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ISceneGraph
loadSceneGraph(com.badlogic.gdx.files.FileHandle[] jsonFiles, ITimeFrameProvider time, boolean multithreading, int maxThreads)
-
-
-
Method Detail
-
loadSceneGraph
public static ISceneGraph loadSceneGraph(com.badlogic.gdx.files.FileHandle[] jsonFiles, ITimeFrameProvider time, boolean multithreading, int maxThreads) throws java.io.FileNotFoundException, com.badlogic.gdx.utils.reflect.ReflectionException
- Throws:
java.io.FileNotFoundException
com.badlogic.gdx.utils.reflect.ReflectionException
-
-