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

getSoftnessLimLin() public méthode

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