BulletCSharp.btSoftBody.setRestLengthScale C# (CSharp) Method

setRestLengthScale() public method

public setRestLengthScale ( float restLength ) : void
restLength float
return void
        public void setRestLengthScale(float restLength)
        {
            BulletSoftBodyPINVOKE.btSoftBody_setRestLengthScale(swigCPtr, restLength);
        }