| パッケージ | flash.events |
| クラス | public final class ThrottleType |
| 継承 | ThrottleType Object |
| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | Flash Player 11, AIR 3.2 |
state プロパティ用の値が定義されています。
現在スロットルおよび一時停止をサポートしているプラットフォームは、Mac および Windows 用 Flash Player Desktop、AIR Mobile、Flash Player Android です。AIR for TV デバイス、デスクトップ用 AIR、Flash Player Linux Desktop では一時停止またはスロットルがサポートされていないので、ThrottleEvent は自動的には送出されません。
関連する API エレメント
パブリックプロパティ
パブリックメソッド
パブリック定数
| 定数 | 定義元 | ||
|---|---|---|---|
| PAUSE : String = "pause" [静的]
この定数は、ThrottleEvent クラスの status プロパティで使用されます。 | ThrottleType | ||
| RESUME : String = "resume" [静的]
この定数は、ThrottleEvent クラスの status プロパティで使用されます。 | ThrottleType | ||
| THROTTLE : String = "throttle" [静的]
この定数は、ThrottleEvent クラスの state プロパティで使用されます。 | ThrottleType | ||
定数の詳細
PAUSE | 定数 |
public static const PAUSE:String = "pause"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | Flash Player 11, AIR 3.2 |
この定数は、ThrottleEvent クラスの status プロパティで使用されます。シンタックス ThrottleType.PAUSE を使用します。
関連する API エレメント
RESUME | 定数 |
public static const RESUME:String = "resume"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | Flash Player 11, AIR 3.2 |
この定数は、ThrottleEvent クラスの status プロパティで使用されます。シンタックス ThrottleType.RESUME を使用します。
関連する API エレメント
THROTTLE | 定数 |
public static const THROTTLE:String = "throttle"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | Flash Player 11, AIR 3.2 |
この定数は、ThrottleEvent クラスの state プロパティで使用されます。シンタックス ThrottleType.THROTTLE を使用します。
関連する API エレメント
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示