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 <editor/hub/panels/inspector_panel/inspectors/inspectors.h>
#include <editor/system/project_manager.h>
#include <engine/engine.h>
#include <engine/events.h>
#include <engine/rendering/renderer.h>
#include <hpp/optional.hpp>
#include <filedialog/filedialog.h>
#include <imgui/imgui.h>
#include <imgui_widgets/markdown.h>
#include <editor/imgui/integration/fonts/icons/icons_material_design_icons.h>
#include <memory>

Go to the source code of this file.

Namespaces

namespace  unravel
 

Variable Documentation

◆ font

Definition at line 24 of file hub.cpp.

◆ name

std::string name {}

Definition at line 27 of file hub.cpp.

◆ scale

float scale = 1.0f

Definition at line 25 of file hub.cpp.

◆ tag

std::string tag {}

Definition at line 26 of file hub.cpp.