Unigine.UserConfig Class
This class is used to manage user configuration - various personal settings, such as helpers (wireframe, profiler, etc.). By default, these settings are stored in the configs/default.user configuration file, but you can change file location if necessary.
See Also#
- Article on Configuration Files.
UserConfig Class
Properties
bool Autosave#
Console: user_config_autosave
The value indicating if current user configuration settings are automatically saved to the corresponding user config file (configs/default.user by default) on loading, closing, and saving the world, as well as on the Engine shutdown.
string Path#
Console: user_config
The current path to the user configuration file (default: configs/default.user). This parameter is stored in the following configuration file: *.boot .
Members
bool Load ( ) #
Console: user_config_load
Loads user configuration from the file. To change the path to the configuration file use the setPath() method.Return value
true if the user configuration is successfully loaded from the file; otherwise, false.bool Save ( ) #
Console: user_config_save
Saves the current user configuration to the file. To change the path to the configuration file use the setPath() method.Return value
true if the current user configuration is successfully saved to the file; otherwise, false.void Reset ( ) #
Resets the settings in the user configuration file to the default.Last update:
2022-10-06
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)