RSS

Четверг, 28.03.2024, 15:00
Главная » WoW API » API Виджеты » Область »

animationGroup = VisibleRegion:CreateAnimationGroup(["name" [, "inheritsFrom"]])

[ править ]
Creates a new AnimationGroup as a child of the region.
[клоны]
Creates a new AnimationGroup as a child of the region.


Signature:
Code
animationGroup = Region:CreateAnimationGroup(["name" [, "inheritsFrom"]])

Arguments:
  • name - A global name to use for the new animation group (string)
  • inheritsFrom - Template from which the new animation group should inherit (string)

Returns:
  • animationGroup - The newly created AnimationGroup (animgroup)

Также смотрите: Область
Ссылки: http://wowprogramming.com/docs/widgets/Region/CreateAnimationGroup