Esempio n. 1
0
        public FbxIOFileHeaderInfo GetFileHeaderInfo()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxExporter_GetFileHeaderInfo(swigCPtr);
            FbxIOFileHeaderInfo   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxIOFileHeaderInfo(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
        public FbxIOFileHeaderInfo GetFileHeaderInfo()
        {
            global::System.IntPtr cPtr = NativeMethods.FbxImporter_GetFileHeaderInfo(swigCPtr);
            FbxIOFileHeaderInfo   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxIOFileHeaderInfo(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxIOFileHeaderInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }