eDriven Framework API
ITweenFactoryOperator Interface
NamespaceseDriven.AnimationITweenFactoryOperator
eDriven Framework API
Properties and methods to be implemented by the tween factory in order to operate the tweens
Declaration Syntax
C#Visual BasicVisual C++
public interface ITweenFactoryOperator
Public Interface ITweenFactoryOperator
public interface class ITweenFactoryOperator
Members
All MembersMethodsProperties



IconMemberDescription
Blueprint
The tween instance

Callback
The handler that should be executed after all tween are finished playing

ConfigureInstance(IAnimation)
Configures a tween instance

Play(Object)
Starts a tween with tween manager registration

Play(IEnumerable)
Plays multiple targets

Produce()()()()
Produces a tween instance (clones the blueprint)

Stop()()()()
Stops playing all the tweens

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