Interface | Description | |
---|---|---|
IEffectContext | Gives a component the ability to control an effect. | |
IMoveEffectContext | Gives a component the ability to control a move effect. | |
IResizeEffectContext | Gives a component the ability to control a resize effect. |
Class | Description | |
---|---|---|
BaseEffectContext | An abstract base class for IEffectContext implementations. | |
ParallelEffectContext | An effect context for running multiple effects in parallel. | |
SequenceEffectContext | An effect context for running multiple effects one after another, in sequence. | |
TweenEffectContext | An effect context for a starling.animation.Tween. | |
TweenMoveEffectContext | A move effect context for a starling.animation.Tween. | |
TweenResizeEffectContext | A resize effect context for a starling.animation.Tween. |