Function AnimationNode.blendAnimation
Blend an animation by blend
amount (name must be valid in the linked AnimationPlayer
). A time
and delta
may be passed, as well as whether seek
happened.
void blendAnimation
(
const(String) animation,
const(double) time,
const(double) delta,
const(bool) seeked,
const(double) blend
) nothrow @nogc;