コード例 #1
0
ファイル: Level.cs プロジェクト: ancientgods/SoG
 public LevelPartition(Rectangle recPhysicalArea, bool bLowMusicVolume, Level.LevelPartition.ReverbSetting enReverbSetting, Color cOverlayColor)
 {
     this.recPhysicalArea = recPhysicalArea;
     this.bLowMusicVolume = bLowMusicVolume;
     this.enReverbSetting = enReverbSetting;
     this.cOverlayColor = cOverlayColor;
 }
コード例 #2
0
ファイル: Level.cs プロジェクト: ancientgods/SoG
 public LevelPartition(Rectangle recPhysicalArea, bool bLowMusicVolume, Level.LevelPartition.ReverbSetting enReverbSetting)
 {
     this.recPhysicalArea = recPhysicalArea;
     this.bLowMusicVolume = bLowMusicVolume;
     this.enReverbSetting = enReverbSetting;
 }