GAudio.GATFixedPanInfo.GATFixedPanInfo C# (CSharp) Method

GATFixedPanInfo() public method

public GATFixedPanInfo ( ) : System.Collections
return System.Collections
        public GATFixedPanInfo()
        {
            channelGains = new List<GATChannelGain>();
        }

Same methods

GATFixedPanInfo::GATFixedPanInfo ( float gains ) : System.Collections