AudioEmitter

class AudioEmitter : System.Object

Represents a 3D audio emitter. Used to simulate 3D audio effects.

float DopplerScale

Gets or sets a scale applied to the Doppler effect between the AudioEmitter and an AudioListener.

Vector3 Forward

Gets or sets the emitter’s forward vector.

Vector3 Position

Gets or sets the position of this emitter.

Vector3 Up

Gets or sets the emitter’s Up vector.

Vector3 Velocity

Gets or sets the emitter’s velocity vector.