Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LightProcessor"/> class.
 /// </summary>
 public LightProcessor()
     : base(LightComponent.Key)
 {
     lights          = new LightComponentCollection(DefaultLightCapacityCount);
     lightsCollected = new LightComponentCollection(DefaultLightCapacityCount);
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LightProcessor"/> class.
 /// </summary>
 public LightProcessor()
     : base(new PropertyKey[] { LightComponent.Key })
 {
     lights          = new LightComponentCollection(DefaultLightCapacityCount);
     lightsCollected = new LightComponentCollection(DefaultLightCapacityCount);
 }