FMOD.ChannelControl.FMOD_ChannelGroup_Set3DOcclusion C# (CSharp) Method

FMOD_ChannelGroup_Set3DOcclusion() private method

private FMOD_ChannelGroup_Set3DOcclusion ( IntPtr channelgroup, float directocclusion, float reverbocclusion ) : RESULT
channelgroup System.IntPtr
directocclusion float
reverbocclusion float
return RESULT
        private static extern RESULT FMOD_ChannelGroup_Set3DOcclusion(IntPtr channelgroup, float directocclusion, float reverbocclusion);
        [DllImport(VERSION.dll)]
ChannelControl