logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioMixerEffectLoopSyncService.SyncReport

    Per-definition sync outcome.

    Inheritance
    object
    AudioMixerEffectLoopSyncService.SyncReport
    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 AudioMixerEffectLoopSyncService.SyncReport

    Fields

    DefinitionName

    Declaration
    public readonly string DefinitionName
    Field Value
    Type Description
    string

    ErrorMessage

    Declaration
    public readonly string ErrorMessage
    Field Value
    Type Description
    string

    SendsCreated

    Declaration
    public readonly int SendsCreated
    Field Value
    Type Description
    int

    SendsExposed

    Declaration
    public readonly int SendsExposed
    Field Value
    Type Description
    int

    Success

    Declaration
    public readonly bool Success
    Field Value
    Type Description
    bool

    Warnings

    Declaration
    public readonly IReadOnlyList<string> Warnings
    Field Value
    Type Description
    IReadOnlyList<string>

    Methods

    Fail(string, string)

    Declaration
    public static AudioMixerEffectLoopSyncService.SyncReport Fail(string name, string error)
    Parameters
    Type Name Description
    string name
    string error
    Returns
    Type Description
    AudioMixerEffectLoopSyncService.SyncReport

    Ok(string, int, int, IReadOnlyList<string>)

    Declaration
    public static AudioMixerEffectLoopSyncService.SyncReport Ok(string name, int created, int exposed, IReadOnlyList<string> warnings)
    Parameters
    Type Name Description
    string name
    int created
    int exposed
    IReadOnlyList<string> warnings
    Returns
    Type Description
    AudioMixerEffectLoopSyncService.SyncReport
    In this article
    © 2026 Serenity. All Rights Reserved