Example #1
0
 public RESULT set3DCustomRolloff(ref VECTOR points, int numpoints)
 {
     return(Sound.FMOD5_Sound_Set3DCustomRolloff(this.rawPtr, ref points, numpoints));
 }