Exemple #1
0
        public EffectRecorder CreateRecorder(RecordingParameter recordingParameter)
        {
            global::System.IntPtr cPtr = EffekseerNativePINVOKE.Native_CreateRecorder(swigCPtr, RecordingParameter.getCPtr(recordingParameter));
            EffectRecorder        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new EffectRecorder(cPtr, true);

            if (EffekseerNativePINVOKE.SWIGPendingException.Pending)
            {
                throw EffekseerNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(EffectRecorder obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }