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

getSoftnessLimAng() public méthode

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