FMOD_Studio_Bus_StopAllEvents() private method

private FMOD_Studio_Bus_StopAllEvents ( IntPtr bus, STOP_MODE mode ) : RESULT
bus System.IntPtr
mode STOP_MODE
return RESULT
Ejemplo n.º 1
0
 public RESULT stopAllEvents(STOP_MODE mode)
 {
     return(Bus.FMOD_Studio_Bus_StopAllEvents(this.rawPtr, mode));
 }