Add EditorNode::set_visible_editor()

Cherry-picked from d8af6330e5
This commit is contained in:
Pedro J. Estébanez 2017-01-16 11:55:42 +01:00
parent 9c8ecb45f8
commit b3d0596c4b

View file

@ -587,6 +587,7 @@ public:
EDITOR_SCRIPT
};
void set_visible_editor(EditorTable p_table) { _editor_select(p_table); }
static EditorNode* get_singleton() { return singleton; }