summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-22 11:08:34 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-22 11:08:34 +0100
commitc0f35a8db129e01507eacb424a46cbbeb978d68a (patch)
tree13b000bfac331df4edc7fcfe999aa0707e321270 /doc/classes
parent813d7c417be0e9a517ddfbec500bba7f5d3f39dc (diff)
parent8b04f58604cb0b134338a484b510adaba9bbc963 (diff)
Merge pull request #71839 from TokageItLab/expose-fading-from-statemachine
Expose `fading_from` from StateMachine
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/AnimationNodeStateMachinePlayback.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/AnimationNodeStateMachinePlayback.xml b/doc/classes/AnimationNodeStateMachinePlayback.xml
index 7e01be12c4..17a946bb3e 100644
--- a/doc/classes/AnimationNodeStateMachinePlayback.xml
+++ b/doc/classes/AnimationNodeStateMachinePlayback.xml
@@ -38,6 +38,12 @@
Returns the playback position within the current animation state.
</description>
</method>
+ <method name="get_fading_from_node" qualifiers="const">
+ <return type="StringName" />
+ <description>
+ Returns the starting state of currently fading animation.
+ </description>
+ </method>
<method name="get_travel_path" qualifiers="const">
<return type="PackedStringArray" />
<description>