![]() |
Lysa
0.0
Lysa 3D Engine
|
Base class for time-based value animations driven by the engine.
Lua full name: lysa.Tween
Public Member Functions | |
| nil | kill () |
| Immediately stops the tween without firing the completion callback. More... | |
Properties | |
| boolean | is_running |
| True while the tween is still animating; false once it has completed or been killed. | |
| number | overflow |
| Time (in seconds) that elapsed past the tween's end (>= 0); useful for chaining. | |
|
Immediately stops the tween without firing the completion callback.
| boolean is_running |
True while the tween is still animating; false once it has completed or been killed.
| number overflow |
Time (in seconds) that elapsed past the tween's end (>= 0); useful for chaining.