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

getSoftnessLimAng() 공개 메소드

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