BulletCSharp.btSliderConstraint.getLowerLinLimit C# (CSharp) Method

getLowerLinLimit() public method

public getLowerLinLimit ( ) : float
return float
        public float getLowerLinLimit()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getLowerLinLimit(swigCPtr);
            return ret;
        }
btSliderConstraint