public void SetLightIntensity(int intensity)
 {
     currAnimator.SetLightIntensity(intensity);
 }