AnimationPlayer.getPlayingSpeed

Gets the actual playing speed of current animation or 0 if not playing. This speed is the playbackSpeed property multiplied by custom_speed argument specified when calling the play method.

struct AnimationPlayer
@nogc nothrow const
double
getPlayingSpeed
()

Meta