You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -416,7 +426,7 @@ public void PlaySong(string assetName)
416
426
}
417
427
```
418
428
419
-
-`PlaySoundEffect`: Creates and plays an instance of a sound effect with customizable properties like volume, pitch, panning, and looping. Returns the instance for further control if needed.
429
+
-`PlaySoundEffect`: Two overloads of this method are implemented. The first can be used to quickly fire off a sound effect if you don't need to adjust additional properties. The second contains parameters to customize the volume, pitch, panning, and looping properties of the sound effect. Both methods returns the instance for further control if needed.
420
430
-`PlaySong`: Starts playing a song through the MediaPlayer. Since only one song can play at a time, this will automatically stop any currently playing song.
0 commit comments