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.

struct AnimationNode
@nogc nothrow
void
blendAnimation
(
in String animation
,
in double time
,
in double delta
,
in bool seeked
,
in double blend
)

Meta