FMOD.DSP.getBypass C# (CSharp) Méthode

getBypass() public méthode

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