class_animationnodetimeseek.rst 1.1 KB

1234567891011121314151617181920212223242526272829
  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`
  16. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  17. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  18. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`