Search Results for

    Show / Hide Table of Contents

    Class SoundEmitter

    Represents a Sound Emitter, used in 3D audio effects.

    Inheritance
    object
    SoundEmitter
    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX