summaryrefslogtreecommitdiff
path: root/doc/classes/AnimationNodeTimeSeek.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AnimationNodeTimeSeek.xml')
-rw-r--r--doc/classes/AnimationNodeTimeSeek.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/AnimationNodeTimeSeek.xml b/doc/classes/AnimationNodeTimeSeek.xml
index 5a9cbe4861..0fef106da5 100644
--- a/doc/classes/AnimationNodeTimeSeek.xml
+++ b/doc/classes/AnimationNodeTimeSeek.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="AnimationNodeTimeSeek" inherits="AnimationNode" version="4.0">
<brief_description>
+ A time-seeking animation node to be used with [AnimationTree].
</brief_description>
<description>
+ This node can be used to cause a seek command to happen to any sub-children of the graph. After setting the time, this value returns to -1.
</description>
<tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link>