![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include "NodeGraphPanel.h"#include "BlueprintEditor.h"#include "EditorContext.h"#include "EntityInspectorManager.h"#include "NodeGraphManager.h"#include "EnumCatalogManager.h"#include "CommandSystem.h"#include "../third_party/imgui/imgui.h"#include "../third_party/imnodes/imnodes.h"#include <iostream>#include <vector>#include <cstring>#include <cmath>
Include dependency graph for NodeGraphPanel.cpp:Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{NodeGraphPanel.cpp} |
| namespace | Olympe |
Functions | |
| ImVec2 | anonymous_namespace{NodeGraphPanel.cpp}::ScreenSpaceToGridSpace (const ImVec2 &screenPos) |