BulletCSharp.btSoftBody.getRestLengthScale C# (CSharp) Method

getRestLengthScale() public method

public getRestLengthScale ( ) : float
return float
        public float getRestLengthScale()
        {
            float ret = BulletSoftBodyPINVOKE.btSoftBody_getRestLengthScale(swigCPtr);
            return ret;
        }