RSS

Пятница, 03.05.2024, 01:34
Главная » WoW API » API Виджеты » Анимация »

Alpha:SetParent(animGroup) or Alpha:SetParent("animGroupName")

[ править ]
Sets the parent for the animation.
[клоны]
Sets the parent for the animation. If the animation was not already a child of the parent, the parent will insert the animation into the proper order amongst its children.


Signature:
Code
Animation:SetParent(animGroup) or Animation:SetParent("animGroupName")

Arguments:
  • animGroup - The animation group to set as the parent of this animation (animgroup, AnimationGroup)
  • animGroupName - The name of the animation group to set as the parent of this animation (string)

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