mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
More work on visual scripting..
This commit is contained in:
parent
2f62a2542e
commit
cd25624667
10 changed files with 349 additions and 57 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue