eDriven Framework API
CancelSimilar Method (tween)
NamespaceseDriven.AnimationTweenRegistryCancelSimilar(IAnimation)
eDriven Framework API
Disposes and removes similar tweens Similar tweens are tweens twenning the same target by the one of affected properties
Declaration Syntax
C#Visual BasicVisual C++
public void CancelSimilar(
	IAnimation tween
)
Public Sub CancelSimilar ( _
	tween As IAnimation _
)
public:
void CancelSimilar(
	IAnimation^ tween
)
Parameters
tween (IAnimation)
A tween to check on

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