eDriven Framework API
Sequence Constructor (tweens)
NamespaceseDriven.AnimationSequenceSequence(array<IAsyncAction>[]()[][])
eDriven Framework API
Initializes a new instance of the Sequence class
Declaration Syntax
C#Visual BasicVisual C++
public Sequence(
	params IAsyncAction[] tweens
)
Public Sub New ( _
	ParamArray tweens As IAsyncAction() _
)
public:
Sequence(
	... array<IAsyncAction^>^ tweens
)
Parameters
tweens (array<IAsyncAction>[]()[][])

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