eDriven Framework API
ITweenParameters Interface
NamespaceseDriven.AnimationITweenParameters
eDriven Framework API
The basic properties that have to be impemented by the tween
Declaration Syntax
C#Visual BasicVisual C++
public interface ITweenParameters : ITargetedAction
Public Interface ITweenParameters _
	Inherits ITargetedAction
public interface class ITweenParameters : ITargetedAction
Members
All MembersProperties



IconMemberDescription
Delay
The time before the actual start of each tween
(Inherited from ITargetedAction.)
Duration
Tween duration
(Inherited from ITargetedAction.)
Easer
Easing function

Name
Just a descriptive name for logging etc.
(Inherited from ITargetedAction.)
Property
The property to tween
(Inherited from ITargetedAction.)
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)