khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

edit UI Animation classes #318

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Animation
TimeSpan ElapsedTime
CustomModel model
bool Finished
abstract void Update(TimeSpan elapsed)
void Stop()

change ModelLinearAnimation to
Vector3 StartPosition
TimeSpan Duration
Vector3 Displacement
Vector3 velocity
float acceleration
void Update(TimeSpan elapsed)

ModelFramedAnimation
remove TimeSpan elapsedTime
remove CustomModel model
change wrap to int Wrap(int value, int max)
add void before AddFrame

AnimationFrame
remove methods

Original issue reported on code.google.com by bishoyba...@gmail.com on 24 May 2012 at 10:21

GoogleCodeExporter commented 9 years ago
Like your CD issues, very descriptive  (Y)

Original comment by mk.cena92 on 25 May 2012 at 3:39