共用方式為


Phaser.Phase 屬性

定義

傳回目前的階段編號。

public int Phase { [Android.Runtime.Register("getPhase", "()I", "")] get; }
[<get: Android.Runtime.Register("getPhase", "()I", "")>]
member this.Phase : int

屬性值

階段編號,如果終止則為負值

屬性

備註

傳回目前的階段編號。 最大階段數為 Integer.MAX_VALUE,之後會以零重新啟動。 終止時,階段編號為負數,在此情況下,在終止前的佔位階段可透過 getPhase() + Integer.MIN_VALUE取得。

java.util.concurrent.Phaser.getPhase()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於