godot/scene/animation
Jonathan Nicholl f8021dae9c Add animation_changed signal to AnimationLibrary
AnimationLibrary now listens for the animation_changed signal on its
animations and emits this new signal, with the animation name added
on. AnimationPlayer now connects to this signal rather than connecting
to each individual animation, which was poor practice due to bypassing
encapsulation.
2022-11-21 15:39:03 -05:00
..
animation_blend_space_1d.cpp Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_space_1d.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_space_2d.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
animation_blend_space_2d.h Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
animation_blend_tree.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
animation_blend_tree.h Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00
animation_node_state_machine.cpp Merge pull request #67020 from GuilhermeGSousa/remove-transition-expression-node 2022-10-07 14:23:00 +02:00
animation_node_state_machine.h Remove expression base node for transitions 2022-10-07 11:13:43 +02:00
animation_player.cpp Add animation_changed signal to AnimationLibrary 2022-11-21 15:39:03 -05:00
animation_player.h Add animation_changed signal to AnimationLibrary 2022-11-21 15:39:03 -05:00
animation_tree.cpp Simplify GDVIRTUAL_CALL calls 2022-10-19 00:05:48 +02:00
animation_tree.h Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00
easing_equations.h Style: Cleanup header guards for consistency 2022-09-26 13:51:17 +02:00
root_motion_view.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
root_motion_view.h Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
SCsub Refactor and move easing equations 2021-09-24 13:47:13 +02:00
tween.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
tween.h Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00