mquitoss / Unity3dBoilerPlate

Unity3d Boiler Plate
0 stars 0 forks source link

Tweener or Mover class #18

Open bernatfortet opened 11 years ago

bernatfortet commented 11 years ago
  1. Add too a TweenController
  2. The objective of this class is to move a GameObject to location.
MoveTo( Vector3 Position, float movementDuration, Ease easeType )
bernatfortet commented 11 years ago

Consider Adding this method to GameElement Class

bernatfortet commented 11 years ago

Consider adding a callback in order to check when is this Movement Finished. How does this work in C#?

MoveTo( Vector3 Position, float movementDuration, Ease easeType, Delegate onMovementIsFinished )