| Package | jp.progression.casts.effects |
| Class | public final class EffectDirectionType |
See also
| Constant | Defined by | ||
|---|---|---|---|
| IN : String = "in" [static]
エフェクトが開始方向のイージングをするよう指定します。
| EffectDirectionType | ||
| IN_OUT : String = "inOut" [static]
エフェクトが開始・終了方向のイージングをするよう指定します。
| EffectDirectionType | ||
| OUT : String = "out" [static]
エフェクトが終了方向のイージングをするよう指定します。
| EffectDirectionType | ||
| IN | constant |
public static const IN:String = "in"エフェクトが開始方向のイージングをするよう指定します。
| IN_OUT | constant |
public static const IN_OUT:String = "inOut"エフェクトが開始・終了方向のイージングをするよう指定します。
| OUT | constant |
public static const OUT:String = "out"エフェクトが終了方向のイージングをするよう指定します。