Files
engine/doc/classes/Tweener.xml
T

19 lines
732 B
XML
Raw Normal View History

2020-09-05 03:05:30 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name="Tweener" inherits="RefCounted" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
2020-09-05 03:05:30 +02:00
<brief_description>
Abstract class for all Tweeners used by [Tween].
</brief_description>
<description>
2022-04-28 20:23:41 +08:00
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 [Tween].
2020-09-05 03:05:30 +02:00
</description>
<tutorials>
</tutorials>
<signals>
<signal name="finished">
<description>
2021-07-07 11:17:32 -04:00
Emitted when the [Tweener] has just finished its job.
2020-09-05 03:05:30 +02:00
</description>
</signal>
</signals>
</class>