예제 #1
0
        public bool IsCompleted()
        {
            bool ret = EffekseerNativePINVOKE.EffectRecorder_IsCompleted(swigCPtr);

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