Esempio n. 1
0
 public RESULT getAudibility(ref float audibility)
 {
     return(Channel.FMOD_Channel_GetAudibility(channelraw, ref audibility));
 }