C# Class OpenBve.Sounds.SoundSource

Represents a sound source.
Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Private Methods

Méthode Description
SoundSource ( SoundBuffer buffer, double radius, double pitch, double volume, OpenBveApi position, TrainManager train, SoundType type, int car, bool looped )

Creates a new sound source.

SoundSource ( SoundBuffer buffer, double radius, double pitch, double volume, OpenBveApi position, TrainManager train, int car, bool looped )

Creates a new sound source.

Stop ( ) : void

Stops this sound.