logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioMixerRelationshipAnalyzer

    Pure (Unity-free) diff engine: compares a MixerSnapshot with a SerenitySnapshot and reports every inconsistency as a RelationshipIssue. Deterministic and side-effect free, so the rules can be exhaustively unit tested. The Unity-specific scanning (reading the mixer, loading assets) is done elsewhere (AudioMixerRelationshipScanner).

    Inheritance
    object
    AudioMixerRelationshipAnalyzer
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.SoundMixer.Infrastructure.RelationshipManager.Editor
    Assembly: Serenity.UnitySoundMixer.Infrastructure.Editor.dll
    Syntax
    public static class AudioMixerRelationshipAnalyzer

    Methods

    Analyze(MixerSnapshot, SerenitySnapshot)

    Builds the diff model and its issue list from the two snapshots.

    Declaration
    public static RelationshipModel Analyze(MixerSnapshot mixer, SerenitySnapshot serenity)
    Parameters
    Type Name Description
    MixerSnapshot mixer
    SerenitySnapshot serenity
    Returns
    Type Description
    RelationshipModel
    In this article
    © 2026 Serenity. All Rights Reserved