コード例 #1
0
ファイル: EffectRecorder.cs プロジェクト: elix22/Effekseer
        public float GetProgress()
        {
            float ret = EffekseerNativePINVOKE.EffectRecorder_GetProgress(swigCPtr);

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