示例#1
0
 public RESULT getPan(ref float pan)
 {
     return(Channel.FMOD_Channel_GetPan(channelraw, ref pan));
 }