2
0

AnimationNodeTimeSeek.xml 577 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AnimationNodeTimeSeek" inherits="AnimationNode" version="3.2">
  3. <brief_description>
  4. A time-seeking animation node to be used with [AnimationTree].
  5. </brief_description>
  6. <description>
  7. 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.
  8. </description>
  9. <tutorials>
  10. <link>https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <constants>
  15. </constants>
  16. </class>