コード例 #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
ファイル: LightProcessor.cs プロジェクト: rock6tsai/paradox
 /// <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);
 }