FMOD_Channel_GetLoopCount() 개인적인 메소드

private FMOD_Channel_GetLoopCount ( IntPtr channel, int &loopcount ) : RESULT
channel System.IntPtr
loopcount int
리턴 RESULT
예제 #1
0
 public RESULT getLoopCount(ref int loopcount)
 {
     return(Channel.FMOD_Channel_GetLoopCount(channelraw, ref loopcount));
 }