Package | feathers.motion |
Class | public class EffectInterruptBehavior |
Inheritance | EffectInterruptBehavior Object |
Product Version : | Feathers 3.5.0 |
See also
Constant | Defined By | ||
---|---|---|---|
END : String = "end" [static]
When the effect is interrupted, it immediately advances to the end. | EffectInterruptBehavior | ||
STOP : String = "stop" [static]
When the effect is interrupted, it stops at its current position. | EffectInterruptBehavior |
END | Constant |
public static const END:String = "end"
Product Version : | Feathers 3.5.0 |
When the effect is interrupted, it immediately advances to the end.
STOP | Constant |
public static const STOP:String = "stop"
Product Version : | Feathers 3.5.0 |
When the effect is interrupted, it stops at its current position.