AnimationPlayer.setBlendTime

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

struct AnimationPlayer
@nogc nothrow
void
setBlendTime
(
StringArg0
StringArg1
)
(
in StringArg0 anim_from
,
in StringArg1 anim_to
,
in double sec
)

Meta