Class SoundEmitter
Represents a Sound Emitter, used in 3D audio effects.
Namespace: Evergine.Common.Media
Assembly: Evergine.Common.dll
Syntax
public class SoundEmitter
Constructors
SoundEmitter()
Initializes a new instance of the SoundEmitter class.
Declaration
public SoundEmitter()
Fields
Velocity
The velocity of the sound emitter.
Declaration
public Vector3 Velocity
Field Value
Type | Description |
---|---|
Vector3 |
WorldTransform
The world transformation of the sound emitter.
Declaration
public Matrix4x4 WorldTransform
Field Value
Type | Description |
---|---|
Matrix4x4 |