Skip to content

Commit

Permalink
doc: AudioPlayerのAPIドキュメントを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Nov 28, 2024
1 parent 95b1159 commit f7c9bb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Promete/Audio/AudioPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,9 @@ public async void PlayOneShot(IAudioSource source, float gain = 1, float pitch =
/// Play specified <see cref="IAudioSource" /> instantly.
/// </summary>
/// <param name="source"><see cref="IAudioSource" /> to play.</param>
/// <param name="_gain">再生する音量。</param>
/// <param name="gain">再生する音量。</param>
/// <param name="pitch">再生時のピッチ。</param>
/// <param name="pan">再生時のパン。</param>
/// <returns></returns>
public async ValueTask PlayOneShotAsync(IAudioSource source, float gain = 1, float pitch = 1, float pan = 0)
{
Expand Down

0 comments on commit f7c9bb6

Please sign in to comment.