BulletCSharp.btSoftBody.setRestLengthScale C# (CSharp) Méthode

setRestLengthScale() public méthode

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