Lingua

AnimatorSet.PlayTogether Metodo

Definizione

Overload

Nome Descrizione
PlayTogether(Animator[])

Configura questo AnimatorSet per riprodurre tutte le animazioni fornite contemporaneamente.

PlayTogether(ICollection<Animator>)

Configura questo AnimatorSet per riprodurre tutte le animazioni fornite contemporaneamente.

PlayTogether(Animator[])

Configura questo AnimatorSet per riprodurre tutte le animazioni fornite contemporaneamente.

[Android.Runtime.Register("playTogether", "([Landroid/animation/Animator;)V", "")]
public void PlayTogether(params Android.Animation.Animator[]? items);
[<Android.Runtime.Register("playTogether", "([Landroid/animation/Animator;)V", "")>]
member this.PlayTogether : Android.Animation.Animator[] -> unit

Parametri

items
Animator[]

Animazioni che verranno avviate contemporaneamente.

Attributi

Commenti

per android.animation.AnimatorSet.playTogether(android.animation.Animator).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

PlayTogether(ICollection<Animator>)

Configura questo AnimatorSet per riprodurre tutte le animazioni fornite contemporaneamente.

[Android.Runtime.Register("playTogether", "(Ljava/util/Collection;)V", "")]
public void PlayTogether(System.Collections.Generic.ICollection<Android.Animation.Animator>? items);
[<Android.Runtime.Register("playTogether", "(Ljava/util/Collection;)V", "")>]
member this.PlayTogether : System.Collections.Generic.ICollection<Android.Animation.Animator> -> unit

Parametri

items
ICollection<Animator>

Animazioni che verranno avviate contemporaneamente.

Attributi

Commenti

Configura questo AnimatorSet per riprodurre tutte le animazioni fornite contemporaneamente.

per android.animation.AnimatorSet.playTogether(java.util.Collection<android.animation.Animator>).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a