RSS

Четверг, 25.04.2024, 08:38
Главная » WoW API » API Виджеты » Анимация »

progress = Translation:GetProgress()

[ править ]
Returns the progress of an animation, ignoring smoothing effects.
[клоны]
Returns the progress of an animation, ignoring smoothing effects. The value returned by this method increases linearly with time while the animation is playing, while the value returned by Animation:GetSmoothProgress() may change at a different rate if the animation's smoothing type is set to a value other than NONE.

Signature:
Code
progress = Animation:GetProgress()

Returns:
  • progress - Progress of the animation: between 0.0 (at start) and 1.0 (at end) (number)

Также смотрите: Анимация
Ссылки: http://wowprogramming.com/docs/widgets/Animation/GetProgress