Singleton module responsible for managing project settings, environment, and configuration.
Подробнее...
#include <ProjectModule.h>
|
|
void | startUp () |
| | Initializes the project module and sets up the project environment.
|
| |
| ProjectConfig & | getProjectConfig () |
| | Retrieves the project configuration.
|
| |
|
void | shutDown () |
| | Shuts down the project module and saves the project configuration.
|
| |
Singleton module responsible for managing project settings, environment, and configuration.
◆ getInstance()
◆ getProjectConfig()
Retrieves the project configuration.
- Возвращает
- Reference to the ProjectConfig instance.
Объявления и описания членов классов находятся в файлах:
- Engine/Modules/ProjectModule/ProjectModule.h
- Engine/Modules/ProjectModule/ProjectModule.cpp