コード例 #1
0
        public virtual float Reset(REVPlayerUpdateParams updateParams, float deltaTimeSec)
        {
            float ret = CrankcaseAudioPINVOKE.IREVPlayer_Reset(swigCPtr, REVPlayerUpdateParams.getCPtr(updateParams), deltaTimeSec);

            if (CrankcaseAudioPINVOKE.SWIGPendingException.Pending)
            {
                throw CrankcaseAudioPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }