Package gaiasky.util
Class Settings.DataSettings
java.lang.Object
gaiasky.util.Settings.DataSettings
- Enclosing class:
- Settings
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddSelectedCatalog(Path catalog) Adds the given catalog descriptor file to the list of JSON selected files.com.badlogic.gdx.files.FileHandledataFileHandle(String path) com.badlogic.gdx.files.FileHandledataFileHandle(String path, String dsLocation) voidsetSkyboxLocation(String location) This method keeps compatibility with older versions of the configuration file where the settingreflectionSkyboxLocationwas calledskyboxLocation.
-
Field Details
-
location
-
dataFiles
-
reflectionSkyboxLocation
-
highAccuracy
public boolean highAccuracy -
realGaiaAttitude
public boolean realGaiaAttitude
-
-
Constructor Details
-
DataSettings
public DataSettings()
-
-
Method Details
-
setSkyboxLocation
This method keeps compatibility with older versions of the configuration file where the settingreflectionSkyboxLocationwas calledskyboxLocation.- Parameters:
location- The reflection skybox location.
-
dataPath
-
dataPath
-
dataFile
-
dataFile
-
dataFileHandle
-
dataFileHandle
-
addSelectedCatalog
Adds the given catalog descriptor file to the list of JSON selected files.- Parameters:
catalog- The catalog descriptor file pointer.- Returns:
- True if the catalog was added, false if it does not exist, or it is not a file, or it is not readable, or it is already in the list.
-