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

getSoftnessOrthoLin() public méthode

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