16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 03:29:19 +02:00

imgui user interface implementation

This commit is contained in:
tmj-fstate
2018-08-30 20:41:14 +02:00
parent 8b285834b0
commit 0c062e9041
25 changed files with 1563 additions and 1118 deletions

View File

@@ -10,6 +10,7 @@ http://mozilla.org/MPL/2.0/.
#pragma once
#include "uilayer.h"
#include "editoruipanels.h"
namespace scene {
@@ -34,6 +35,6 @@ public:
private:
// members
ui_panel UIHeader { 20, 20 }; // header ui panel
itemproperties_panel m_itempropertiespanel { "Node Properties", true };
scene::basic_node * m_node { nullptr }; // currently bound scene node, if any
};