Class SGLoader.SGLoaderParameter

  • Enclosing class:
    SGLoader

    public static class SGLoader.SGLoaderParameter
    extends com.badlogic.gdx.assets.AssetLoaderParameters<ISceneGraph>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters

        com.badlogic.gdx.assets.AssetLoaderParameters.LoadedCallback
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • files

        public java.lang.String[] files
      • multithreading

        public boolean multithreading
      • maxThreads

        public int maxThreads
    • Constructor Detail

      • SGLoaderParameter

        public SGLoaderParameter​(java.lang.String[] files,
                                 ITimeFrameProvider time,
                                 boolean multithreading,
                                 int maxThreads)