RSS

Пятница, 26.04.2024, 18:06
Главная » WoW API » API Виджеты » Анимационные группы »

loopType = AnimationGroup:GetLooping()

[ править ]
Returns the looping behavior of the group.
[клоны]
Returns the looping behavior of the group.


Signature:
Code
loopType = AnimationGroup:GetLooping()

Returns:
  • loopType - Looping type for the animation group (string)
      BOUNCE - Repeatedly animates forward from the initial state to the final state then backwards to the initial state
    • NONE - No looping; animates from the initial state to the final state once and stops
    • REPEAT - Repeatedly animates forward from the initial state to the final state (instantly resetting from the final state to the initial state between repetitions)

Также смотрите: Анимационные группы
Ссылки: http://wowprogramming.com/docs/widgets/AnimationGroup/GetLooping