FMOD_Studio_System_SetListenerAttributes() private method

private FMOD_Studio_System_SetListenerAttributes ( IntPtr studiosystem, int listener, FMOD.Studio.ATTRIBUTES_3D &attributes ) : RESULT
studiosystem System.IntPtr
listener int
attributes FMOD.Studio.ATTRIBUTES_3D
return RESULT
Esempio n. 1
0
 public RESULT setListenerAttributes(int listener, ATTRIBUTES_3D attributes)
 {
     return(System.FMOD_Studio_System_SetListenerAttributes(this.rawPtr, listener, ref attributes));
 }