The basic properties that have to be impemented by the tween

C# | Visual Basic | Visual C++ |
public interface ITweenParameters : ITargetedAction
Public Interface ITweenParameters _ Inherits ITargetedAction
public interface class ITweenParameters : ITargetedAction

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | 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.) |