More work on visual scripting..

This commit is contained in:
Juan Linietsky 2016-08-03 22:06:39 -03:00
parent 2f62a2542e
commit cd25624667
10 changed files with 349 additions and 57 deletions

View file

@ -102,6 +102,7 @@ private:
Node *_get_base_node() const;
StringName _get_base_type() const;
void _update_base_type();
protected:
virtual void _validate_property(PropertyInfo& property) const;
@ -175,7 +176,7 @@ private:
NodePath base_path;
StringName property;
void _update_base_type();
Node *_get_base_node() const;
StringName _get_base_type() const;