Tweener.xml 785 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Tweener" inherits="Reference" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Abstract class for all Tweeners used by [SceneTreeTween].
  5. </brief_description>
  6. <description>
  7. 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 [SceneTreeTween].
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <signals>
  14. <signal name="finished">
  15. <description>
  16. Emitted when the [Tweener] has just finished its job.
  17. </description>
  18. </signal>
  19. </signals>
  20. <constants>
  21. </constants>
  22. </class>