AnimatorSet.PlaySequentially 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PlaySequentially(IList<Animator>) |
設定此 AnimatorSet,以在上一個動畫結束時播放每個提供的動畫。 |
PlaySequentially(Animator[]) |
設定此 AnimatorSet,以在上一個動畫結束時播放每個提供的動畫。 |
PlaySequentially(IList<Animator>)
設定此 AnimatorSet,以在上一個動畫結束時播放每個提供的動畫。
[Android.Runtime.Register("playSequentially", "(Ljava/util/List;)V", "")]
public void PlaySequentially (System.Collections.Generic.IList<Android.Animation.Animator>? items);
[<Android.Runtime.Register("playSequentially", "(Ljava/util/List;)V", "")>]
member this.PlaySequentially : System.Collections.Generic.IList<Android.Animation.Animator> -> unit
參數
- 屬性
備註
設定此 AnimatorSet,以在上一個動畫結束時播放每個提供的動畫。
的 android.animation.AnimatorSet.playSequentially(java.util.List<android.animation.Animator>)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
PlaySequentially(Animator[])
設定此 AnimatorSet,以在上一個動畫結束時播放每個提供的動畫。
[Android.Runtime.Register("playSequentially", "([Landroid/animation/Animator;)V", "")]
public void PlaySequentially (params Android.Animation.Animator[]? items);
[<Android.Runtime.Register("playSequentially", "([Landroid/animation/Animator;)V", "")>]
member this.PlaySequentially : Android.Animation.Animator[] -> unit
參數
- items
- Animator[]
將一個接一個地啟動的動畫。
- 屬性
備註
的 android.animation.AnimatorSet.playSequentially(android.animation.Animator)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。