summaryrefslogtreecommitdiff
path: root/doc/classes/AnimationNodeBlendTree.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AnimationNodeBlendTree.xml')
-rw-r--r--doc/classes/AnimationNodeBlendTree.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/AnimationNodeBlendTree.xml b/doc/classes/AnimationNodeBlendTree.xml
index 4c7943ece3..2a765ac8d6 100644
--- a/doc/classes/AnimationNodeBlendTree.xml
+++ b/doc/classes/AnimationNodeBlendTree.xml
@@ -87,6 +87,14 @@
The global offset of all sub-nodes.
</member>
</members>
+ <signals>
+ <signal name="node_changed">
+ <param index="0" name="node_name" type="StringName" />
+ <description>
+ Emitted when the input port information is changed.
+ </description>
+ </signal>
+ </signals>
<constants>
<constant name="CONNECTION_OK" value="0">
The connection was successful.