View source
class BaseDelegateEffectContext
package feathers.motion.effects
extends EventDispatcher
implements IEffectContext
extended by EventToPositionEffectContext
An abstract base class for IEffectContext implementations that delegate to
other IEffectContext instances.
Events:
openfl.events.Event.CHANGE | Dispatched when the effect's position is updated.  | 
|---|---|
openfl.events.Event.COMPLETE | Dispatched when the effect has completed.  | 
Available since 
1.0.0
.Variables
read onlycontext:IEffectContext
The effect context that is the target of this delegate.
Available since 
1.0.0
.