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