johnatm / itween

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

Allow iTween to act upon Rigidbodies! #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Need a "physics" flag that will cause iTween to utilize MovePosition() and 
MoveRotation() and cause operation to occur in FixedUpdate() so it can act upon 
physics objects!

So gotta do this soon!

Original issue reported on code.google.com by pixelplacement on 10 Sep 2010 at 5:49

GoogleCodeExporter commented 8 years ago
Decided to have this work by default if a Rigidbody is present.  It's tons of 
fun to play with!

Original comment by pixelplacement on 13 Sep 2010 at 1:13