Beispiel #1
0
 /// <summary> ループ中も含めて、1つでも再生中の
 /// <see cref="AudioSource"/> があれば true を返す </summary>
 public bool IsPlayingWithLoop()
 {
     return(_sourceObject.IsPlayingWithLoop());
 }