public void AddLight(SpotLight light) { spotLights.Add(light); }
public void RemoveLight(SpotLight light) { spotLights.Remove(light); }