BulletCSharp.btSliderConstraint.getSoftnessLimAng C# (CSharp) Method

getSoftnessLimAng() public method

public getSoftnessLimAng ( ) : float
return float
        public float getSoftnessLimAng()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getSoftnessLimAng(swigCPtr);
            return ret;
        }
btSliderConstraint