FMOD.DSP.getBypass C# (CSharp) Method

getBypass() public method

public getBypass ( bool &bypass ) : RESULT
bypass bool
return RESULT
        public RESULT getBypass(out bool bypass)
        {
            return FMOD_DSP_GetBypass(rawPtr, out bypass);
        }
        public RESULT setWetDryMix(float prewet, float postwet, float dry)