RSS

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

animation = AnimationGroup:CreateAnimation("animationType" [, "name" [, "inheritsFrom"]])

[ править ]
Creates an Animation as a child of this group.
[клоны]
Creates an Animation as a child of this group.


Signature:
Code
animation = AnimationGroup:CreateAnimation("animationType" [, "name" [, "inheritsFrom"]])

Arguments:
  • animationType - Type of Animation object to be created (see widgets hierarchy for available subtypes) (string)
  • name - Global name to use for the new animation (string)
  • inheritsFrom - A template from which to inherit (string)

Returns:
  • animation - The newly created animation (animation)

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