
C# | Visual Basic | Visual C++ |
public abstract class Composite : TweenBase, ICompositeAsyncAction, IAsyncAction, ICloneable
Public MustInherit Class Composite _ Inherits TweenBase _ Implements ICompositeAsyncAction, IAsyncAction, ICloneable
public ref class Composite abstract : public TweenBase, ICompositeAsyncAction, IAsyncAction, ICloneable

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | Composite()()()() |
Constructor
|
![]() | Composite(array<IAsyncAction>[]()[][]) |
Constructor
|
![]() | Composite(IEnumerable<(Of <<'(IAsyncAction>)>>)) | Initializes a new instance of the Composite class |
![]() | Add(IAsyncAction) | |
![]() | Add(array<IAsyncAction>[]()[][]) | |
![]() | Callback |
Callback function when fires after the tween is finished
(Inherited from TweenBase.) |
![]() | CheckEndValue | (Inherited from TweenBase.) |
![]() | CheckProperty | (Inherited from TweenBase.) |
![]() | CheckStartValue | (Inherited from TweenBase.) |
![]() | CheckTarget | (Inherited from TweenBase.) |
![]() | Children | |
![]() | Clone()()()() |
Creates a new object that is a copy of the current instance.
(Inherited from TweenBase.) |
![]() | CloneTweens()()()() | |
![]() | Count |
Child tween count
Upon the composite tween's child initialization, this number is increased
The duty of each child tween is to decrease this count when finished, using the internal setter
|
![]() ![]() | DebugMode | |
![]() | Delay |
The delay before actual start
(Inherited from TweenBase.) |
![]() | Dispose()()()() | Releases all resources used by the Composite (Overrides TweenBase.Dispose()()()().) |
![]() | Duration |
Tween duration
(Inherited from TweenBase.) |
![]() | Easer | |
![]() | EndValue | |
![]() | EndValueReader | |
![]() | EndValueReaderFunction | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Interpolator | |
![]() | IsChild |
Returns true if tween has a parent
(Inherited from TweenBase.) |
![]() | IsDone |
Returns true if tween finished playing
(Inherited from TweenBase.) |
![]() | IsLaunched | |
![]() | Launch()()()() | |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Name |
Tween name
(Inherited from TweenBase.) |
![]() | OnFinished()()()() | |
![]() | Parent | |
![]() | Play()()()() | (Overrides TweenBase.Play()()()().) |
![]() | Play(Object) | (Overrides TweenBase.Play(Object).) |
![]() | Property |
Tweening property
(Inherited from TweenBase.) |
![]() | Proxy | (Inherited from TweenBase.) |
![]() | Remove(IAsyncAction) |
Removes the action
|
![]() | Reset()()()() | |
![]() | SetOption(TweenOption) | (Inherited from TweenBase.) |
![]() | SetOptions(array<TweenOption>[]()[][]) | (Inherited from TweenBase.) |
![]() | SetProperty(String) | (Inherited from TweenBase.) |
![]() | SetTarget(Object) | (Inherited from TweenBase.) |
![]() | StartValue | |
![]() | StartValueReader | |
![]() | StartValueReaderFunction | |
![]() | Stop()()()() | (Overrides TweenBase.Stop()()()().) |
![]() | Target |
Tweening target
(Inherited from TweenBase.) |
![]() | Tick()()()() | (Overrides TweenBase.Tick()()()().) |
![]() | ToString()()()() | (Overrides Object.ToString()()()().) |