Function AnimationPlayer.playbackDefaultBlendTime
The default time in which to blend animations. Ranges from 0 to 4096 with 0.01 precision.
double playbackDefaultBlendTime() nothrow @property @nogc;
void playbackDefaultBlendTime
(
double v
) nothrow @property @nogc;