FMOD.Sound.setLoopCount C# (CSharp) Method

setLoopCount() public method

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