BulletCSharp.btSliderConstraint.getSoftnessOrthoLin C# (CSharp) Method

getSoftnessOrthoLin() public method

public getSoftnessOrthoLin ( ) : float
return float
        public float getSoftnessOrthoLin()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getSoftnessOrthoLin(swigCPtr);
            return ret;
        }
btSliderConstraint