FMOD.ChannelControl.FMOD_ChannelGroup_Get3DCustomRolloff C# (CSharp) Method

FMOD_ChannelGroup_Get3DCustomRolloff() private method

private FMOD_ChannelGroup_Get3DCustomRolloff ( IntPtr channelgroup, IntPtr &points, int &numpoints ) : RESULT
channelgroup System.IntPtr
points System.IntPtr
numpoints int
return RESULT
        private static extern RESULT FMOD_ChannelGroup_Get3DCustomRolloff(IntPtr channelgroup, out IntPtr points, out int numpoints);
        [DllImport(VERSION.dll)]
ChannelControl