Class Song
Represents a music track that can be played in the game.
public class Song
- Inheritance
-
Song
- Inherited Members
Methods
Play()
Starts playing the song.
public void Play()
Stop()
Stops playing the song.
public void Stop()