summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorsanikoyes <sanikoyes@163.com>2014-03-11 13:38:30 +0800
committersanikoyes <sanikoyes@163.com>2014-03-11 13:38:30 +0800
commit87fd1532159c18efc06524f2715ed74b3e32ddee (patch)
tree4481bfd74f867b7c9ed8e9ccb5b3dc5442c62f3a /tools/editor/editor_node.h
parentcde48d0c9c16867edbb4fc4e3c186933564b6da0 (diff)
fixed editor NodePath property
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r--tools/editor/editor_node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index 87f17247c3..e35467e788 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -410,6 +410,8 @@ public:
static void add_editor_plugin(EditorPlugin *p_editor);
static void remove_editor_plugin(EditorPlugin *p_editor);
+ static EditorNode * get_singleton() { return singleton; }
+
void edit_node(Node *p_node);
void edit_resource(const Ref<Resource>& p_resource);