OpenBve.Sounds.SoundBuffer.SoundBuffer C# (CSharp) Méthode

SoundBuffer() private méthode

private SoundBuffer ( string path, double radius ) : OpenBveApi.Sounds
path string
radius double
Résultat OpenBveApi.Sounds
			internal SoundBuffer(string path, double radius) {
				this.Origin = new PathOrigin(path);
				this.Radius = radius;
				this.Loaded = false;
				this.OpenAlBufferName = 0;
				this.Duration = 0.0;
				this.Ignore = false;
			}
			internal SoundBuffer(OpenBveApi.Sounds.Sound sound, double radius) {

Same methods

Sounds.SoundBuffer::SoundBuffer ( OpenBveApi sound, double radius ) : OpenBveApi.Sounds
Sounds.SoundBuffer