Importer_IsExtensionSupported__SWIG_0() private method

private Importer_IsExtensionSupported__SWIG_0 ( HandleRef jarg1, string jarg2 ) : bool
jarg1 HandleRef
jarg2 string
return bool
Esempio n. 1
0
    public bool IsExtensionSupported(string szExtension)
    {
        bool ret = AssimpPINVOKE.Importer_IsExtensionSupported__SWIG_0(swigCPtr, szExtension);

        return(ret);
    }