Unravel Engine C++ Reference
Loading...
Searching...
No Matches
settings.h
Go to the documentation of this file.
1#pragma once
2
3#include <base/basetypes.hpp>
5#include <string>
6
7namespace unravel
8{
9
11{
13 {
14 std::string ip = "127.0.0.1";
15 uint32_t port = 55555;
16 uint32_t loglevel = 0;
18
23
32
34 {
35 std::vector<fs::path> recent_projects;
37};
38} // namespace unravel
std::vector< fs::path > recent_projects
Definition settings.h:35
bool reload_app_domain
Always enabled. Shown in the UI as a readonly checkbox.
Definition settings.h:27
struct unravel::editor_settings::scripting_settings scripting
struct unravel::editor_settings::projects_settings projects
struct unravel::editor_settings::external_tools_settings external_tools
struct unravel::editor_settings::debugger_settings debugger