_ALL_PlayFromIndex#

ExportAudio._ALL_PlayFromIndex(index, volumeScale, isLoop)#

非推奨。
ExportAudioSource._ALL_Play() の API を使用してください。

PlayFromIndex()ALL関数
AudioSource に紐づいている AudioClip を再生します。

Parameters:
  • index (number) -- 再生したい AudioClip のインデックス番号

  • volumeScale (number) -- 再生音量(0 ~ 1 の範囲で指定できます)

  • isLoop (boolean) -- 再生音声をループさせるかどうか