RSS

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

Translation:SetOrder(order)

[ править ]
Sets the order for the animation to play within its parent group.
[клоны]
Sets the order for the animation to play within its parent group. When the parent AnimationGroup plays, Animations with a lower order number are played before those with a higher number. Animations with the same order number are played at the same time.


Signature:
Code
Animation:SetOrder(order)

Arguments:
  • order - Position at which the animation should play relative to others in its group (between 0 and 100) (number)

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