BulletCSharp.btSliderConstraint.setSoftnessOrthoLin C# (CSharp) Méthode

setSoftnessOrthoLin() public méthode

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