RSS

Суббота, 20.04.2024, 19:13
Главная » WoW API » API Виджеты » Анимационные группы »

AnimationGroup:SetLooping("loopType")

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


Signature:
Code
AnimationGroup:SetLooping("loopType")

Arguments:
  • 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/SetLooping