Function AnimationTreePlayer.animationNodeGetAnimation
Returns the AnimationPlayer
's Animation
bound to the AnimationTreePlayer
's animation node with name id
.
godot .d .reference .Ref!(godot.animation.Animation) animationNodeGetAnimation
(
const(String) id
) nothrow @nogc const;