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



IconMemberDescription
Add(IAsyncAction)
Adds the action

Children
Child actions

Clone()()()()
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Count
The number of actions left to execute

IsChild
The property returning true if this tween has a parent tween
(Inherited from IAsyncAction.)
Parent
The parent async action
(Inherited from IAsyncAction.)
Remove(IAsyncAction)
Removes the action

Tick()()()()
Invokes the action and returns true if finished
(Inherited from IAsyncAction.)

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