logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RelationshipModel

    The derived diff: the two snapshots plus every detected issue.

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

    Constructors

    RelationshipModel(MixerSnapshot, SerenitySnapshot)

    Declaration
    public RelationshipModel(MixerSnapshot mixer, SerenitySnapshot serenity)
    Parameters
    Type Name Description
    MixerSnapshot mixer
    SerenitySnapshot serenity

    Properties

    ErrorCount

    Declaration
    public int ErrorCount { get; }
    Property Value
    Type Description
    int

    InfoCount

    Declaration
    public int InfoCount { get; }
    Property Value
    Type Description
    int

    Issues

    Declaration
    public List<RelationshipIssue> Issues { get; }
    Property Value
    Type Description
    List<RelationshipIssue>

    Mixer

    Declaration
    public MixerSnapshot Mixer { get; }
    Property Value
    Type Description
    MixerSnapshot

    Serenity

    Declaration
    public SerenitySnapshot Serenity { get; }
    Property Value
    Type Description
    SerenitySnapshot

    WarningCount

    Declaration
    public int WarningCount { get; }
    Property Value
    Type Description
    int
    In this article
    © 2026 Serenity. All Rights Reserved