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

getRestLengthScale() public méthode

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