|
Unravel Engine C++ Reference
|
#include <project_editor_settings.h>
Classes | |
| struct | scene_setup |
Public Attributes | |
| struct unravel::project_editor_settings::scene_setup | scene |
Per-project editor state persisted in app:/editor/. Unlike deploy_settings (deployment config) or settings (runtime config), this captures editor-only working state such as the last opened scene.
Definition at line 12 of file project_editor_settings.h.
| struct unravel::project_editor_settings::scene_setup unravel::project_editor_settings::scene |