FMOD_Channel_GetMode() private method

private FMOD_Channel_GetMode ( IntPtr channel, MODE &mode ) : RESULT
channel System.IntPtr
mode MODE
return RESULT
Ejemplo n.º 1
0
 public RESULT getMode(ref MODE mode)
 {
     return(Channel.FMOD_Channel_GetMode(channelraw, ref mode));
 }