BulletCSharp.btSliderConstraint.getSoftnessLimLin C# (CSharp) Method

getSoftnessLimLin() public method

public getSoftnessLimLin ( ) : float
return float
        public float getSoftnessLimLin()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getSoftnessLimLin(swigCPtr);
            return ret;
        }
btSliderConstraint