FMOD.Sound.setLoopCount C# (CSharp) Méthode

setLoopCount() public méthode

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