eDriven Framework API
ITargetedAction Interface
NamespaceseDriven.AnimationITargetedAction
eDriven Framework API
The interface implemented by each action in tweening paradigm (tween, action, set property..)
Declaration Syntax
C#Visual BasicVisual C++
public interface ITargetedAction
Public Interface ITargetedAction
public interface class ITargetedAction
Members
All MembersProperties



IconMemberDescription
Delay
The time before the actual start of each tween

Duration
Tween duration

Name
Just a descriptive name for logging etc.

Property
The property to tween

Target
The animation target This is the object which property has to be tweened

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