logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioMixerYamlReaderTests

    Pure EditMode tests for AudioMixerYamlReader. They feed a hand-built, structurally faithful Unity-AudioMixer YAML document (object stream with anchors and {fileID} references) straight into the reader, so no real .mixer asset or open Editor is required.

    Inheritance
    object
    AudioMixerYamlReaderTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.UnitySoundMixer.Tests.Editor
    Assembly: Tests.Editor.dll
    Syntax
    public class AudioMixerYamlReaderTests

    Constructors

    AudioMixerYamlReaderTests()

    Declaration
    public AudioMixerYamlReaderTests()

    Methods

    GetDirectChildGroupNames_ReturnsImmediateChildren()

    Declaration
    public void GetDirectChildGroupNames_ReturnsImmediateChildren()

    GetDirectChildGroupNames_UnknownParent_ReturnsEmpty()

    Declaration
    public void GetDirectChildGroupNames_UnknownParent_ReturnsEmpty()

    GetExposedParameters_ReturnsGuidNamePairs()

    Declaration
    public void GetExposedParameters_ReturnsGuidNamePairs()

    GetGroupAttenuationIndex_FindsAttenuationInChain()

    Declaration
    public void GetGroupAttenuationIndex_FindsAttenuationInChain()

    GetGroupAttenuationIndex_UnknownGroup_ReturnsMinusOne()

    Declaration
    public void GetGroupAttenuationIndex_UnknownGroup_ReturnsMinusOne()

    GetGroupVolumeExposedName_ResolvesExposedVolumeParameter()

    Declaration
    public void GetGroupVolumeExposedName_ResolvesExposedVolumeParameter()

    GetGroupVolumeExposedName_UnexposedVolume_ReturnsNull()

    Declaration
    public void GetGroupVolumeExposedName_UnexposedVolume_ReturnsNull()
    In this article
    © 2026 Serenity. All Rights Reserved