summaryrefslogtreecommitdiff
path: root/doc/classes/AnimationNodeTimeSeek.xml
blob: 0fef106da55c5f50cf2574b7da174a204857ee11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
	</tutorials>
	<methods>
	</methods>
	<constants>
	</constants>
</class>