diff options
| author | Rémi Verschelde | 2015-12-10 15:19:30 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2015-12-10 15:19:30 +0100 |
| commit | 964a57cb2a3de549cb85f82c5845d4c46b7af8cc (patch) | |
| tree | 71b535ed274e2a226b48e08013135591bd32cd02 /tools/editor/plugins/mesh_editor_plugin.h | |
| parent | 8a94297105e0c67055dcfeaa9643ca6fb734ef04 (diff) | |
| parent | 354bc0385bde49c08c5d07942d4b0475c919bfd1 (diff) | |
| download | godot-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.h | 13 |
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); |
