FMOD.Reverb.get3DAttributes C# (CSharp) Method

get3DAttributes() public method

public get3DAttributes ( VECTOR &position, float &mindistance, float &maxdistance ) : RESULT
position VECTOR
mindistance float
maxdistance float
return RESULT
        public RESULT get3DAttributes(ref VECTOR position, ref float mindistance, ref float maxdistance)
        {
            return FMOD_Reverb_Get3DAttributes(reverbraw, ref position, ref mindistance, ref maxdistance);
        }