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

setLoopCount() 공개 메소드

public setLoopCount ( int loopcount ) : RESULT
loopcount int
리턴 RESULT
        public RESULT setLoopCount            (int loopcount)
        {
            return FMOD_Sound_SetLoopCount(rawPtr, loopcount);
        }
        public RESULT getLoopCount            (out int loopcount)
Sound