パッケージ | com.adobe.icc.enum |
クラス | public class ObjectState |
継承 | ObjectState Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of an object or asset.
パブリックプロパティ
パブリックメソッド
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
ACTIVE : uint = 0 [静的]
Specifies the enumerator code for Active state. | ObjectState | ||
ARCHIVE : uint = 2 [静的]
Specifies the enumerator code for Archive state. | ObjectState | ||
TEST : uint = 1 [静的]
Specifies the enumerator code for a test. | ObjectState |
定数の詳細
ACTIVE | 定数 |
public static const ACTIVE:uint = 0
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | 定数 |
public static const ARCHIVE:uint = 2
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
TEST | 定数 |
public static const TEST:uint = 1
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Tue Jun 12 2018, 10:34 AM Z