FMOD.ChannelControl.set3DCustomRolloff C# (CSharp) Method

set3DCustomRolloff() public method

public set3DCustomRolloff ( VECTOR &points, int numpoints ) : RESULT
points VECTOR
numpoints int
return RESULT
        public RESULT set3DCustomRolloff(ref VECTOR points, int numpoints)
        {
            return FMOD_ChannelGroup_Set3DCustomRolloff(rawPtr, ref points, numpoints);
        }
        public RESULT get3DCustomRolloff(out IntPtr points, out int numpoints)
ChannelControl