logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CreateAudioPlayerEmitterInput

    Input data transfer object for creating an audio player emitter.

    Inheritance
    object
    CreateAudioPlayerEmitterInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.AudioPlayer.Application.DTO
    Assembly: Serenity.AudioPlayer.Application.dll
    Syntax
    public class CreateAudioPlayerEmitterInput

    Constructors

    CreateAudioPlayerEmitterInput(IAudioPlayerSettings, string)

    Initializes a new instance of the CreateAudioPlayerEmitterInput class.

    Declaration
    public CreateAudioPlayerEmitterInput(IAudioPlayerSettings settings, string name)
    Parameters
    Type Name Description
    IAudioPlayerSettings settings

    Settings to configure the audio player emitter.

    string name

    Name of the audio player emitter.

    Fields

    name

    Declaration
    public string name
    Field Value
    Type Description
    string

    Name of the audio player emitter.

    settings

    Declaration
    public IAudioPlayerSettings settings
    Field Value
    Type Description
    IAudioPlayerSettings

    Settings to configure the audio player emitter.

    In this article
    © 2026 Serenity. All Rights Reserved