
C# | Visual Basic | Visual C++ |
public interface ICompositeAsyncAction : IAsyncAction, ICloneable
Public Interface ICompositeAsyncAction _ Inherits IAsyncAction, ICloneable
public interface class ICompositeAsyncAction : IAsyncAction, ICloneable

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