BulletCSharp.btSliderConstraint.getRestitutionLimLin C# (CSharp) Method

getRestitutionLimLin() public method

public getRestitutionLimLin ( ) : float
return float
        public float getRestitutionLimLin()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getRestitutionLimLin(swigCPtr);
            return ret;
        }
btSliderConstraint