FMOD_Sound_Set3DCustomRolloff() 개인적인 메소드

private FMOD_Sound_Set3DCustomRolloff ( IntPtr sound, VECTOR &points, int numpoints ) : RESULT
sound System.IntPtr
points VECTOR
numpoints int
리턴 RESULT
예제 #1
0
 public RESULT set3DCustomRolloff(ref VECTOR points, int numpoints)
 {
     return(Sound.FMOD_Sound_Set3DCustomRolloff(soundraw, ref points, numpoints));
 }