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