Ejemplo n.º 1
0
 public void Remove(PointLightsPointLight pointLight)
 {
     pointLightTargets.Remove(pointLight);
 }
Ejemplo n.º 2
0
 public void Add(PointLightsPointLight pointLight)
 {
     pointLightTargets.Add(pointLight);
 }