コード例 #1
0
 public Sound()
 {
     this._soundManager   = SoundManager.DefaultSoundManager;
     this._strategy       = this._soundManager.CreateSoundStrategy();
     this._strategy.Sound = this;
     this.Init();
     this._soundManager.SoundCreated(this);
 }
コード例 #2
0
ファイル: Sound.cs プロジェクト: timdetering/Endogine
 public Sound()
 {
     this._soundManager = SoundManager.DefaultSoundManager;
     this._strategy = this._soundManager.CreateSoundStrategy();
     this._strategy.Sound = this;
     this.Init();
     this._soundManager.SoundCreated(this);
 }