Partager via


AnimationSet.AddAnimation(Animation) Méthode

Définition

Ajoutez une animation enfant à ce jeu d’animations.

[Android.Runtime.Register("addAnimation", "(Landroid/view/animation/Animation;)V", "GetAddAnimation_Landroid_view_animation_Animation_Handler")]
public virtual void AddAnimation (Android.Views.Animations.Animation? a);
[<Android.Runtime.Register("addAnimation", "(Landroid/view/animation/Animation;)V", "GetAddAnimation_Landroid_view_animation_Animation_Handler")>]
abstract member AddAnimation : Android.Views.Animations.Animation -> unit
override this.AddAnimation : Android.Views.Animations.Animation -> unit

Paramètres

a
Animation

Animation à ajouter.

Attributs

Remarques

Ajoutez une animation enfant à ce jeu d’animations. Les transformations des animations enfants sont appliquées dans l’ordre dans lequel elles ont été ajoutées

Documentation Java pour android.view.animation.AnimationSet.addAnimation(android.view.animation.Animation).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à