Class SoundListener
Represents a Sound Listener, used in 3D audio effects.
Namespace: Evergine.Common.Media
Assembly: Evergine.Common.dll
Syntax
public class SoundListener
Fields
Velocity
The velocity of the sound listener.
Declaration
public Vector3 Velocity
Field Value
Type | Description |
---|---|
Vector3 |
WorldTransform
The world transform of the sound listener.
Declaration
public Matrix4x4 WorldTransform
Field Value
Type | Description |
---|---|
Matrix4x4 |