예제 #1
0
 public DKSequence MoveToZ(float time, float targetZ, params TweenParams[] par)
 {
     SequenceMaster.MoveToZ(time, targetZ);
     SequenceMaster.ApplyParams(par);
     return(this);
 }