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
|