Class SGLoader.SGLoaderParameter

java.lang.Object
com.badlogic.gdx.assets.AssetLoaderParameters<ISceneGraph>
gaiasky.assets.SGLoader.SGLoaderParameter
Enclosing class:
SGLoader

public static class SGLoader.SGLoaderParameter extends com.badlogic.gdx.assets.AssetLoaderParameters<ISceneGraph>
  • Field Details

    • files

      public String[] files
    • time

      public ITimeFrameProvider time
    • multithreading

      public boolean multithreading
    • maxThreads

      public int maxThreads
  • Constructor Details

    • SGLoaderParameter

      public SGLoaderParameter(String[] files, ITimeFrameProvider time, boolean multithreading, int maxThreads)