示例#1
0
 public RESULT get3DCustomRolloff(out IntPtr points, out int numpoints)
 {
     return(Sound.FMOD5_Sound_Get3DCustomRolloff(this.rawPtr, out points, out numpoints));
 }