logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SoundMixerEffectLoopRegistrar.RegistrationReport

    Outcome of an EnsureRegistered(UnitySoundMixerEffectLoopDefinition) call.

    Inheritance
    object
    SoundMixerEffectLoopRegistrar.RegistrationReport
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.SoundMixer.Infrastructure.AudioMixerEffectLoop.Editor
    Assembly: Serenity.UnitySoundMixer.Infrastructure.Editor.dll
    Syntax
    public sealed class SoundMixerEffectLoopRegistrar.RegistrationReport

    Fields

    AlreadyRegistered

    Declaration
    public readonly bool AlreadyRegistered
    Field Value
    Type Description
    bool

    ErrorMessage

    Declaration
    public readonly string ErrorMessage
    Field Value
    Type Description
    string

    SettingsName

    Declaration
    public readonly string SettingsName
    Field Value
    Type Description
    string

    Success

    Declaration
    public readonly bool Success
    Field Value
    Type Description
    bool

    Methods

    Added(string)

    Declaration
    public static SoundMixerEffectLoopRegistrar.RegistrationReport Added(string settingsName)
    Parameters
    Type Name Description
    string settingsName
    Returns
    Type Description
    SoundMixerEffectLoopRegistrar.RegistrationReport

    AlreadyThere(string)

    Declaration
    public static SoundMixerEffectLoopRegistrar.RegistrationReport AlreadyThere(string settingsName)
    Parameters
    Type Name Description
    string settingsName
    Returns
    Type Description
    SoundMixerEffectLoopRegistrar.RegistrationReport

    Fail(string)

    Declaration
    public static SoundMixerEffectLoopRegistrar.RegistrationReport Fail(string error)
    Parameters
    Type Name Description
    string error
    Returns
    Type Description
    SoundMixerEffectLoopRegistrar.RegistrationReport
    In this article
    © 2026 Serenity. All Rights Reserved