diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-17 17:17:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 17:17:27 +0100 |
commit | b6f3af4698d1d4fa7d2ba73b460e1f4d76505d3f (patch) | |
tree | f86187a7ce390714d2e2a295dc2d3a759d68360d | |
parent | 444c556c1a318348822a8a771f53b4f4853713fe (diff) | |
parent | bc37b0508bd980fa4faf3d89df0af665fecef377 (diff) |
Merge pull request #58243 from timothyqiu/doc-ani-node
-rw-r--r-- | doc/classes/AnimationNode.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/AnimationNode.xml b/doc/classes/AnimationNode.xml index f06bef4b74..99d21706ee 100644 --- a/doc/classes/AnimationNode.xml +++ b/doc/classes/AnimationNode.xml @@ -46,7 +46,7 @@ <method name="_has_filter" qualifiers="virtual const"> <return type="bool" /> <description> - Returns [code]true[/code] whether you want the blend tree editor to display filter editing on this node. + Returns whether you want the blend tree editor to display filter editing on this node. </description> </method> <method name="_process" qualifiers="virtual const"> @@ -127,7 +127,7 @@ <return type="bool" /> <argument index="0" name="path" type="NodePath" /> <description> - Returns [code]true[/code] whether a given path is filtered. + Returns whether the given path is filtered. </description> </method> <method name="remove_input"> @@ -150,7 +150,7 @@ <argument index="0" name="name" type="StringName" /> <argument index="1" name="value" type="Variant" /> <description> - Sets a custom parameter. These are used as local storage, because resources can be reused across the tree or scenes. + Sets a custom parameter. These are used as local memory, because resources can be reused across the tree or scenes. </description> </method> </methods> @@ -162,7 +162,7 @@ <signals> <signal name="removed_from_graph"> <description> - Called when the node was removed from the graph. + Emitted when the node was removed from the graph. </description> </signal> <signal name="tree_changed"> |