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

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

        return(ret);
    }