release() 공개 메소드

public release ( ) : RESULT
리턴 RESULT
예제 #1
0
    void OnDestroy()
    {
        if (Channel != null)
        {
            Channel.stop();
            Channel.removeDSP(_pitchShift);
        }

        if (_pitchShift != null)
        {
            _pitchShift.release();
        }
    }