aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/mesh_editor_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde2015-12-10 15:19:30 +0100
committerRémi Verschelde2015-12-10 15:19:30 +0100
commit964a57cb2a3de549cb85f82c5845d4c46b7af8cc (patch)
tree71b535ed274e2a226b48e08013135591bd32cd02 /tools/editor/plugins/mesh_editor_plugin.h
parent8a94297105e0c67055dcfeaa9643ca6fb734ef04 (diff)
parent354bc0385bde49c08c5d07942d4b0475c919bfd1 (diff)
downloadgodot-964a57cb2a3de549cb85f82c5845d4c46b7af8cc.tar.gz
godot-964a57cb2a3de549cb85f82c5845d4c46b7af8cc.tar.zst
godot-964a57cb2a3de549cb85f82c5845d4c46b7af8cc.zip
Diffstat (limited to 'tools/editor/plugins/mesh_editor_plugin.h')
-rw-r--r--tools/editor/plugins/mesh_editor_plugin.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/tools/editor/plugins/mesh_editor_plugin.h b/tools/editor/plugins/mesh_editor_plugin.h
index e502b5dc2..6b3e23f31 100644
--- a/tools/editor/plugins/mesh_editor_plugin.h
+++ b/tools/editor/plugins/mesh_editor_plugin.h
@@ -23,24 +23,19 @@ class MeshInstanceEditor : public Node {
MENU_OPTION_CREATE_OUTLINE_MESH,
};
+ MeshInstance *node;
+
+ MenuButton *options;
+
ConfirmationDialog *outline_dialog;
SpinBox *outline_size;
AcceptDialog *err_dialog;
-
- Panel *panel;
- MeshInstance *node;
-
- LineEdit *surface_source;
- LineEdit *mesh_source;
-
-
void _menu_option(int p_option);
void _create_outline_mesh();
friend class MeshInstanceEditorPlugin;
- MenuButton * options;
protected:
void _node_removed(Node *p_node);