Ihe interface defining methods for animator classes

C# | Visual Basic | Visual C++ |
public interface IAnimation : ITargetedAction, ICloneable, IDisposable
Public Interface IAnimation _ Inherits ITargetedAction, ICloneable, IDisposable
public interface class IAnimation : ITargetedAction, ICloneable, IDisposable

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