eDriven Framework API
IAnimation Interface
NamespaceseDriven.AnimationIAnimation
eDriven Framework API
Ihe interface defining methods for animator classes
Declaration Syntax
C#Visual BasicVisual C++
public interface IAnimation : ITargetedAction, 
	ICloneable, IDisposable
Public Interface IAnimation _
	Inherits ITargetedAction, ICloneable, IDisposable
public interface class IAnimation : ITargetedAction, 
	ICloneable, IDisposable
Members
All MembersMethodsProperties



IconMemberDescription
Callback
The handler that should be executed after the tween is finished playing

Clone()()()()
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Delay
The time before the actual start of each tween
(Inherited from ITargetedAction.)
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Duration
Tween duration
(Inherited from ITargetedAction.)
Name
Just a descriptive name for logging etc.
(Inherited from ITargetedAction.)
Play(Object)
Starts a tween with tween manager registration

Property
The property to tween
(Inherited from ITargetedAction.)
Stop()()()()
Stops a tween

Target
The animation target This is the object which property has to be tweened
(Inherited from ITargetedAction.)

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)