public AudioMixerGroup[] FindMatchingGroups
(string subPath);
参数
subPath
要匹配的路径子字符串。
返回
AudioMixerGroup[]
混合器中路径与指定搜索路径匹配的组。
描述
混合器中连接的组形成一个从混合器的母带组指向树叶的路径。此路径的格式为“Master Group/Child of Master Group/Grandchild of Master Group”,因此为了在此示例中找到孙组,有效搜索字符串(例如“randchi”)会返回一个组,而“hild”或“oup/”会返回 2 个不同的组。