Importer_GetPropertyBool__SWIG_0() private method

private Importer_GetPropertyBool__SWIG_0 ( HandleRef jarg1, string jarg2, bool jarg3 ) : bool
jarg1 HandleRef
jarg2 string
jarg3 bool
return bool
Beispiel #1
0
    public bool GetPropertyBool(string szName, bool bErrorReturn)
    {
        bool ret = AssimpPINVOKE.Importer_GetPropertyBool__SWIG_0(swigCPtr, szName, bErrorReturn);

        return(ret);
    }