FMOD_Studio_Bus_StopAllEvents() 개인적인 메소드

private FMOD_Studio_Bus_StopAllEvents ( IntPtr bus, STOP_MODE mode ) : RESULT
bus System.IntPtr
mode STOP_MODE
리턴 RESULT
예제 #1
0
 public RESULT stopAllEvents(STOP_MODE mode)
 {
     return(Bus.FMOD_Studio_Bus_StopAllEvents(this.rawPtr, mode));
 }