BulletCSharp.btSliderConstraint.setSoftnessOrthoLin C# (CSharp) Method

setSoftnessOrthoLin() public method

public setSoftnessOrthoLin ( float softnessOrthoLin ) : void
softnessOrthoLin float
return void
        public void setSoftnessOrthoLin(float softnessOrthoLin)
        {
            BulletDynamicsPINVOKE.btSliderConstraint_setSoftnessOrthoLin(swigCPtr, softnessOrthoLin);
        }
btSliderConstraint