Represents the configuration settings of a project, including file paths and world settings. Подробнее...
#include <ProjectModule.h>
Открытые члены | |
ProjectConfig ()=default | |
Default constructor. | |
ProjectConfig (std::string data) | |
Constructs a ProjectConfig from JSON data. | |
Represents the configuration settings of a project, including file paths and world settings.
ProjectConfig::ProjectConfig | ( | std::string | data | ) |
Constructs a ProjectConfig from JSON data.
data | String containing JSON-formatted project configuration data. |