Importer_IsExtensionSupported__SWIG_0() приватный Метод

private Importer_IsExtensionSupported__SWIG_0 ( HandleRef jarg1, string jarg2 ) : bool
jarg1 HandleRef
jarg2 string
Результат bool
Пример #1
0
    public bool IsExtensionSupported(string szExtension)
    {
        bool ret = AssimpPINVOKE.Importer_IsExtensionSupported__SWIG_0(swigCPtr, szExtension);

        return(ret);
    }