BulletCSharp.btSoftBody.getRestLengthScale C# (CSharp) 메소드

getRestLengthScale() 공개 메소드

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