FMOD.Sound.getLoopCount C# (CSharp) 메소드

getLoopCount() 공개 메소드

public getLoopCount ( int &loopcount ) : RESULT
loopcount int
리턴 RESULT
        public RESULT getLoopCount            (out int loopcount)
        {
            return FMOD_Sound_GetLoopCount(rawPtr, out loopcount);
        }
        public RESULT setLoopPoints           (uint loopstart, TIMEUNIT loopstarttype, uint loopend, TIMEUNIT loopendtype)
Sound