class_tweener.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Tweener.xml.
  6. .. _class_Tweener:
  7. Tweener
  8. =======
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`CallbackTweener<class_CallbackTweener>`, :ref:`IntervalTweener<class_IntervalTweener>`, :ref:`MethodTweener<class_MethodTweener>`, :ref:`PropertyTweener<class_PropertyTweener>`
  11. Abstract class for all Tweeners used by :ref:`Tween<class_Tween>`.
  12. .. rst-class:: classref-introduction-group
  13. Description
  14. -----------
  15. Tweeners are objects that perform a specific animating task, e.g. interpolating a property or calling a method at a given time. A **Tweener** can't be created manually, you need to use a dedicated method from :ref:`Tween<class_Tween>`.
  16. .. rst-class:: classref-section-separator
  17. ----
  18. .. rst-class:: classref-descriptions-group
  19. Signals
  20. -------
  21. .. _class_Tweener_signal_finished:
  22. .. rst-class:: classref-signal
  23. **finished**\ (\ ) :ref:`🔗<class_Tweener_signal_finished>`
  24. Emitted when the **Tweener** has just finished its job or became invalid (e.g. due to a freed object).
  25. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  26. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  27. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  28. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  29. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  30. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  31. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
  32. .. |void| replace:: :abbr:`void (No return value.)`