Resulting true, false.
What type of animation, and what node? How are you checking if the animation is enabled or not? It is hard to know what to suggest without knowing what is going on.
Yes the AnimationPlayer node has a boolean method is_playing that would give you the boolean true/false according to the state.
is_playing
Answers
What type of animation, and what node? How are you checking if the animation is enabled or not? It is hard to know what to suggest without knowing what is going on.
Yes the AnimationPlayer node has a boolean method
is_playing
that would give you the boolean true/false according to the state.