eDriven Framework API
Parallel Class
NamespaceseDriven.AnimationParallel
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public class Parallel : Composite
Public Class Parallel _
	Inherits Composite
public ref class Parallel : public Composite
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
Parallel()()()()
Initializes a new instance of the Parallel class

Parallel(array<TweenBase>[]()[][])
Initializes a new instance of the Parallel class

Add(IAsyncAction) (Inherited from Composite.)
Add(array<IAsyncAction>[]()[][]) (Inherited from Composite.)
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 (Inherited from Composite.)
Clone()()()()
Creates a new object that is a copy of the current instance.
(Overrides TweenBase.Clone()()()().)
CloneTweens()()()() (Inherited from Composite.)
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
(Inherited from Composite.)
DebugMode
Delay
The delay before actual start
(Inherited from TweenBase.)
Dispose()()()() (Inherited from Composite.)
Duration
Tween duration
(Inherited from TweenBase.)
Easer (Inherited from Composite.)
EndValue (Inherited from Composite.)
EndValueReader (Inherited from Composite.)
EndValueReaderFunction (Inherited from Composite.)
Equals(Object)
Determines whether the specified Object is equal to the current 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 (Inherited from Composite.)
IsChild
Returns true if tween has a parent
(Inherited from TweenBase.)
IsDone
Returns true if tween finished playing
(Inherited from TweenBase.)
IsLaunched (Inherited from Composite.)
Launch()()()() (Overrides Composite.Launch()()()().)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Tween name
(Inherited from TweenBase.)
OnFinished()()()() (Inherited from Composite.)
Parent (Inherited from Composite.)
Play()()()() (Overrides Composite.Play()()()().)
Play(Object) (Inherited from Composite.)
Property
Tweening property
(Inherited from TweenBase.)
Proxy (Inherited from TweenBase.)
Remove(IAsyncAction)
Removes the action
(Inherited from Composite.)
Reset()()()() (Overrides Composite.Reset()()()().)
SetOption(TweenOption) (Inherited from TweenBase.)
SetOptions(array<TweenOption>[]()[][]) (Inherited from TweenBase.)
SetProperty(String) (Inherited from TweenBase.)
SetTarget(Object) (Inherited from TweenBase.)
StartValue (Inherited from Composite.)
StartValueReader (Inherited from Composite.)
StartValueReaderFunction (Inherited from Composite.)
Stop()()()() (Inherited from Composite.)
Target
Tweening target
(Inherited from TweenBase.)
Tick()()()() (Overrides Composite.Tick()()()().)
ToString()()()() (Overrides Composite.ToString()()()().)
Inheritance Hierarchy

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