AnimationNodeTimeScale.xml 563 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AnimationNodeTimeScale" inherits="AnimationNode" version="3.2">
  3. <brief_description>
  4. A time-scaling animation node to be used with [AnimationTree].
  5. </brief_description>
  6. <description>
  7. Allows scaling the speed of the animation (or reversing it) in any children nodes. Setting it to 0 will pause the animation.
  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>