virtualx-engine/scene/animation
John Pennycook 4cb2085543 Add get_loops_left() function to Tween
Implements godotengine/godot-proposals#5141.

Adds a new get_loops_left() function to Tween, allowing developers to
reason about how many times a tweening sequence will repeat and whether
to expect finished or loop_finished as the next signal.

Co-authored-by: Tomek <kobewi4e@gmail.com>
2023-03-20 20:49:31 -07:00
..
animation_blend_space_1d.cpp Fix NodeTransition initialization and AnimationNode remapping method 2023-02-05 06:24:14 +09:00
animation_blend_space_1d.h Fix NodeTransition initialization and AnimationNode remapping method 2023-02-05 06:24:14 +09:00
animation_blend_space_2d.cpp Fix NodeTransition initialization and AnimationNode remapping method 2023-02-05 06:24:14 +09:00
animation_blend_space_2d.h Fix NodeTransition initialization and AnimationNode remapping method 2023-02-05 06:24:14 +09:00
animation_blend_tree.cpp Refactor NodeTransition/OneShot to handle seek/filter correctly 2023-02-13 10:04:51 +09:00
animation_blend_tree.h Fix NodeTransition initialization and AnimationNode remapping method 2023-02-05 06:24:14 +09:00
animation_node_state_machine.cpp Fix NodeTransition initialization and AnimationNode remapping method 2023-02-05 06:24:14 +09:00
animation_node_state_machine.h Fix NodeTransition initialization and AnimationNode remapping method 2023-02-05 06:24:14 +09:00
animation_player.cpp Add some missing translatable editor strings 2023-02-10 16:55:50 +08:00
animation_player.h Fix AnimatedSprite play() don't redraw immediately 2023-01-29 08:00:42 +09:00
animation_tree.cpp Add root motion accumulator to fix broken RootMotionView 2023-02-10 01:22:00 +09:00
animation_tree.h Add root motion accumulator to fix broken RootMotionView 2023-02-10 01:22:00 +09:00
easing_equations.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
root_motion_view.cpp Add root motion accumulator to fix broken RootMotionView 2023-02-10 01:22:00 +09:00
root_motion_view.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Refactor and move easing equations 2021-09-24 13:47:13 +02:00
tween.cpp Add get_loops_left() function to Tween 2023-03-20 20:49:31 -07:00
tween.h Add get_loops_left() function to Tween 2023-03-20 20:49:31 -07:00