Interface ISceneLoader
- All Known Implementing Classes:
AbstractSceneLoader, GeoJsonLoader, JsonLoader, OctreeLoader, StarClusterLoader
public interface ISceneLoader
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(String[] files, Scene scene) voidinitialize(String[] files, String dsLocation, Scene scene) voidinitialize(uk.ac.starlink.util.DataSource ds, Scene scene) com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> loadData()Performs the loading and returns an array with the entities loaded.voidsetDescription(String description) voidvoidvoid
-
Method Details
-
initialize
- Throws:
RuntimeException
-
initialize
- Throws:
RuntimeException
-
initialize
-
loadData
com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> loadData() throws FileNotFoundExceptionPerforms the loading and returns an array with the entities loaded.- Returns:
- The loaded entities.
- Throws:
FileNotFoundException
-
setName
-
setDescription
-
setParams
-
setIndex
-