Importer_GetPropertyBool__SWIG_1() private method

private Importer_GetPropertyBool__SWIG_1 ( HandleRef jarg1, string jarg2 ) : bool
jarg1 HandleRef
jarg2 string
return bool
Esempio n. 1
0
    public bool GetPropertyBool(string szName)
    {
        bool ret = AssimpPINVOKE.Importer_GetPropertyBool__SWIG_1(swigCPtr, szName);

        return(ret);
    }