mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 21:49:19 +02:00
node cloner
This commit is contained in:
@@ -32,9 +32,19 @@ public:
|
||||
update() override;
|
||||
void
|
||||
set_node( scene::basic_node * Node );
|
||||
nodebank_panel::edit_mode
|
||||
mode();
|
||||
void
|
||||
add_node_template(const std::string &desc);
|
||||
const std::string *
|
||||
get_active_node_template();
|
||||
|
||||
protected:
|
||||
void render_menu_contents();
|
||||
|
||||
private:
|
||||
// members
|
||||
itemproperties_panel m_itempropertiespanel { "Node Properties", true };
|
||||
nodebank_panel m_nodebankpanel;
|
||||
scene::basic_node * m_node { nullptr }; // currently bound scene node, if any
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user