Exemplo n.º 1
0
        public aiImporterDesc GetImporterInfo(uint index)
        {
            global::System.IntPtr cPtr = assimp_swigPINVOKE.Importer_GetImporterInfo(swigCPtr, index);
            aiImporterDesc        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new aiImporterDesc(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
        public static aiImporterDesc aiGetImporterDesc(string extension)
        {
            global::System.IntPtr cPtr = assimp_swigPINVOKE.aiGetImporterDesc(extension);
            aiImporterDesc        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new aiImporterDesc(cPtr, false);

            return(ret);
        }
Exemplo n.º 3
0
        public static aiImporterDesc aiGetImportFormatDescription(uint pIndex)
        {
            global::System.IntPtr cPtr = assimp_swigPINVOKE.aiGetImportFormatDescription(pIndex);
            aiImporterDesc        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new aiImporterDesc(cPtr, false);

            return(ret);
        }
Exemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(aiImporterDesc obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }