AppSettings
provides a store of configuration to be used by the application. By default only the {@link JmeContext context} uses the configuration,however the user may set and retrieve the settings as well. The settings can be stored either in the Java preferences (using {@link #save(java.lang.String) } ora .properties file (using {@link #save(java.io.OutputStream) }. @author Kirill Vainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|