Function AnimationPlayer.getBlendTime

Gets the blend time (in seconds) between two animations, referenced by their names.

double getBlendTime (
  const(String) anim_from,
  const(String) anim_to
) nothrow @nogc const;