コード例 #1
0
ファイル: AudioClipType.cs プロジェクト: smarinel/ags-web
 public AudioClipType(int typeID, string name, int maxChannels, int volumeReductionWhileSpeechPlaying, bool backwardsCompatType, CrossfadeSpeed crossfading)
 {
     this.TypeID = typeID;
     this.Name = name;
     this.MaxChannels = maxChannels;
     this.VolumeReductionWhileSpeechPlaying = volumeReductionWhileSpeechPlaying;
     this.BackwardsCompatibilityType = backwardsCompatType;
     this.CrossfadeClips = crossfading;
 }
コード例 #2
0
ファイル: AudioClipType.cs プロジェクト: Mailaender/KrusAGS
 public AudioClipType(int typeID, string name, int maxChannels, int volumeReductionWhileSpeechPlaying, bool backwardsCompatType, CrossfadeSpeed crossfading)
 {
     this.TypeID      = typeID;
     this.Name        = name;
     this.MaxChannels = maxChannels;
     this.VolumeReductionWhileSpeechPlaying = volumeReductionWhileSpeechPlaying;
     this.BackwardsCompatibilityType        = backwardsCompatType;
     this.CrossfadeClips = crossfading;
 }