
C# | Visual Basic | Visual C++ |
namespace eDriven.Animation
Namespace eDriven.Animation
namespace eDriven.Animation

All Types | Classes | Interfaces | Enumerations | Delegates |
Icon | Type | Description |
---|---|---|
![]() | Action | |
![]() | AnimationToken | |
![]() | Tween..::..CallbackFunction | |
![]() | Composite | |
![]() | Tween..::..EasingFunction | |
![]() | FrameAnimator |
Receives the animation package
Plays the specified animation
|
![]() | IAnimation |
Ihe interface defining methods for animator classes
|
![]() | IAnimator | |
![]() | IAsyncAction | |
![]() | IComposite | |
![]() | ICompositeAsyncAction | |
![]() | IMultiAnimation | |
![]() | ITargetedAction |
The interface implemented by each action in tweening paradigm (tween, action, set property..)
|
![]() | ITween |
The more specific tween interface
|
![]() | ITweenFactory |
The interface that should be implemented by a tween factory
|
![]() | ITweenFactoryOperator |
Properties and methods to be implemented by the tween factory
in order to operate the tweens
|
![]() | ITweenParameters |
The basic properties that have to be impemented by the tween
|
![]() | Parallel | |
![]() | Pause | |
![]() | PropertyReader |
The class used to read the property from an object It could be instantiated using different constructors If setting the target, it will read the property from the target If only the property name set, the target will be set by the tween using this property |
![]() | Tween..::..PropertyReaderFunction | |
![]() | Tween..::..PropertySetterFunction | |
![]() | Sequence | |
![]() | SetProperty | |
![]() | SetPropertyFunc | |
![]() | Tween |
A class used for motion tweening
|
![]() | TweenBase |
The base class for tweens and similar (actions..)
|
![]() | TweenerException | |
![]() | TweenErrorSignal |
Emits tween error Parameters: target, fraction, startValue, endValue, exception |
![]() | TweenFactory |
The factory that produces and handles tweens
|
![]() | TweenOption | |
![]() | TweenOptionType | |
![]() | TweenRegistry | |
![]() | TweenUtil |