AnimationMixer, AnimationPlayer, animation_finished(anim_name: StringName) => animation_finished(anim_name, backwards:bool) #10109
Closed
AlexeyPe
started this conversation in
Engine Core
Replies: 1 comment
-
I'm not sure if this would be welcome, given this comment: godotengine/godot#89525 (comment) My PR that adds |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have .play(), we also have .play_backwards()
Why don't we have backwards in the signal animation_finished?
I can define backwards using current_animation_position, but then why is there a play_backwards?...
Beta Was this translation helpful? Give feedback.
All reactions