class_animationnodetimeseek.rst 813 B

12345678910111213141516171819202122232425
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the AnimationNodeTimeSeek.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_AnimationNodeTimeSeek:
  6. AnimationNodeTimeSeek
  7. =====================
  8. **Inherits:** :ref:`AnimationNode<class_AnimationNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. A time-seeking animation node to be used with :ref:`AnimationTree<class_AnimationTree>`.
  10. Description
  11. -----------
  12. 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.
  13. Tutorials
  14. ---------
  15. - :doc:`../tutorials/animation/animation_tree`