Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LightProcessor"/> class.
 /// </summary>
 public LightProcessor()
 {
     lights          = new LightComponentCollection(DefaultLightCapacityCount);
     lightsCollected = new LightComponentCollection(DefaultLightCapacityCount);
 }