コード例 #1
0
ファイル: SoundController.cs プロジェクト: popboyhsf/Unity
 protected override void Init()
 {
     base.Init();
     musicAudioSource = gameObject.AddComponent <AudioSource>();
     audioSourcePool.Init(CreateAudioSource);
     LoadSoundPath();
 }