AnimationPlayer.getBlendTime

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

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

Meta