public void Disable()
 {
     LightEngine.EnableLight(LightId, false);
 }
 public void Enable()
 {
     LightEngine.EnableLight(LightId, true);
 }