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