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

.

Methods