FMOD_Studio_Bus_GetMute() private method

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