Save runtime node as scene from the remote scene tree.

This commit is contained in:
geequlim
2018-02-21 23:07:49 +08:00
parent b2412c72a0
commit 24e6361cba
4 changed files with 69 additions and 1 deletions

View File

@@ -133,6 +133,8 @@ class ScriptDebuggerRemote : public ScriptDebugger {
void _put_variable(const String &p_name, const Variant &p_variable);
void _save_node(ObjectID id, const String &p_path);
public:
struct ResourceUsage {