Why is AnimationPlayer.current_animation
a String
instead of a StringName
?
#7028
feois
started this conversation in
General Discussions
Replies: 1 comment 2 replies
-
This seems to be an error, as the property has |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm finding it inconsistent with the fact that the rest of
AnimationPlayer
all useStringName
except this property. There's no reason to modifycurrent_animation
in place soStringName
makes more sense.Beta Was this translation helpful? Give feedback.
All reactions