AnimationPlayer.setBlendTime

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

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

Meta