Function AnimationPlayer.getAnimation

Returns the Animation with key name or null if not found.

godot.d.reference.Ref!(godot.animation.Animation) getAnimation (
  const(String) name
) nothrow @nogc const;