AnimationPlayer.getBlendTime

Gets the blend time (in seconds) between two animations, referenced by their names.

struct AnimationPlayer
@nogc nothrow const
double
getBlendTime
(
in String anim_from
,
in String anim_to
)

Meta