public FbxFile GetFile() { global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxImporter_GetFile(swigCPtr); FbxFile ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxFile(cPtr, false); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxFile obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public virtual bool FileOpen(FbxFile pFile) { bool ret = fbx_wrapperPINVOKE.FbxReader_FileOpen__SWIG_3(swigCPtr, FbxFile.getCPtr(pFile)); return(ret); }