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