6 using SiliconStudio.Core.Mathematics;
8 namespace SiliconStudio.
Paradox.Audio
43 public float DopplerScale
53 throw new ArgumentOutOfRangeException();
58 private float dopplerScale;
73 public float DistanceScale
83 throw new ArgumentOutOfRangeException();
85 distanceScale = value;
88 private float distanceScale;
Represents a three dimensional mathematical vector.
AudioEmitter()
Create a new instance of AudioEmitter.
Represents a 3D audio emitter in the audio scene. This object, used in combination with an AudioListe...