Unravel Engine C++ Reference
Loading...
Searching...
No Matches
hub.cpp File Reference
#include "hub.h"
#include "imgui_widgets/utils.h"
#include <editor/events.h>
#include "panels/panels_defs.h"
#include <editor/editing/editing_manager.h>
#include <editor/project/project_info.h>
#include <editor/system/project_manager.h>
#include <editor/editing/create_scene_modal.h>
#include <editor/imgui/integration/imgui_notify.h>
#include <editor/imgui/integration/imgui_messagebox.h>
#include <editor/imgui/integration/fonts/icons/icons_material_design_icons.h>
#include <engine/engine.h>
#include <engine/events.h>
#include <engine/rendering/renderer.h>
#include <hpp/optional.hpp>
#include <logging/logging.h>
#include <version/version.h>
#include <filedialog/filedialog.h>
#include <imgui/imgui.h>
#include <imgui_widgets/markdown.h>
#include <memory>

Go to the source code of this file.

Namespaces

namespace  unravel
 

Variable Documentation

◆ font

Definition at line 30 of file hub.cpp.

◆ name

std::string name {}

Definition at line 33 of file hub.cpp.

◆ scale

float scale = 1.0f

Definition at line 31 of file hub.cpp.

◆ tag

std::string tag {}

Definition at line 32 of file hub.cpp.