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

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