Importer_GetPropertyString__SWIG_1() private method

private Importer_GetPropertyString__SWIG_1 ( HandleRef jarg1, string jarg2 ) : string
jarg1 HandleRef
jarg2 string
return string
Beispiel #1
0
    public string GetPropertyString(string szName)
    {
        string ret = AssimpPINVOKE.Importer_GetPropertyString__SWIG_1(swigCPtr, szName);

        return(ret);
    }