FMOD.ChannelControl.setLowPassGain C# (CSharp) Method

setLowPassGain() public method

public setLowPassGain ( float gain ) : RESULT
gain float
return RESULT
        public RESULT setLowPassGain(float gain)
        {
            return FMOD_ChannelGroup_SetLowPassGain(rawPtr, gain);
        }
        public RESULT getLowPassGain(out float gain)
ChannelControl