Click or drag to resize
AB4D logo

AnimationControllerGetAnimationPauseTimeInSeconds Method

Returns total elapsed time in seconds in which the animation was paused (time during PauseAnimation and ResumeAnimation method calls).

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public double GetAnimationPauseTimeInSeconds()

Return Value

Double
total elapsed time in seconds in which the animation was paused
See Also