Function AnimationPlayer.setBlendTime

Specifies a blend time (in seconds) between two animations, referenced by their names.

void setBlendTime (
  const(String) anim_from,
  const(String) anim_to,
  const(double) sec
) nothrow @nogc;