johnatm / itween

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

Additional utility: completel() #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
complete()

Stops and destroys iTweens AND fast-forwards GameObjects to their requested
properties.

Flavors:
Tween.completeAll();
Tween.complete(gameObject);
Tween.complete(gameObject,type);
Tween.completeChildren(gameObject); (root inclusive)
Tween.completeChildren(gameObject,type); (root inclusive) 

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

GoogleCodeExporter commented 8 years ago

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