eDriven Framework API
IAsyncAction Interface
NamespaceseDriven.AnimationIAsyncAction
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public interface IAsyncAction : ICloneable
Public Interface IAsyncAction _
	Inherits ICloneable
public interface class IAsyncAction : ICloneable
Members
All MembersMethodsProperties



IconMemberDescription
Clone()()()()
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
IsChild
The property returning true if this tween has a parent tween

Parent
The parent async action

Tick()()()()
Invokes the action and returns true if finished

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