johnatm / itween

Automatically exported from code.google.com/p/itween
1 stars 2 forks source link

Additional utility: cancel() #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
cancel()

Stops and destroys iTweens AND reverts GameObjects to their original
pre-tweened state.

Flavors:
Tween.cancelAll();
Tween.cancel(gameObject);
Tween.cancel(gameObject,type);
Tween.cancelChildren(gameObject); (root inclusive)
Tween.cancelChildren(gameObject,type); (root inclusive) 

Original issue reported on code.google.com by pixelplacement on 17 May 2010 at 4:19

GoogleCodeExporter commented 8 years ago

Original comment by pixelplacement on 6 Jan 2011 at 5:26