FMOD_Studio_Bus_SetMute() private method

private FMOD_Studio_Bus_SetMute ( IntPtr bus, bool mute ) : RESULT
bus System.IntPtr
mute bool
return RESULT
コード例 #1
0
 public RESULT setMute(bool mute)
 {
     return(Bus.FMOD_Studio_Bus_SetMute(this.rawPtr, mute));
 }