Beispiel #1
0
        public bool Step(int frames)
        {
            bool ret = EffekseerNativePINVOKE.EffectRecorder_Step(swigCPtr, frames);

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