BulletCSharp.btSliderConstraint.getSoftnessLimLin C# (CSharp) 메소드

getSoftnessLimLin() 공개 메소드

public getSoftnessLimLin ( ) : float
리턴 float
        public float getSoftnessLimLin()
        {
            float ret = BulletDynamicsPINVOKE.btSliderConstraint_getSoftnessLimLin(swigCPtr);
            return ret;
        }
btSliderConstraint