Importer_GetPropertyFloat__SWIG_0() private method

private Importer_GetPropertyFloat__SWIG_0 ( HandleRef jarg1, string jarg2, float jarg3 ) : float
jarg1 HandleRef
jarg2 string
jarg3 float
return float
Example #1
0
    public float GetPropertyFloat(string szName, float fErrorReturn)
    {
        float ret = AssimpPINVOKE.Importer_GetPropertyFloat__SWIG_0(swigCPtr, szName, fErrorReturn);

        return(ret);
    }