BulletCSharp.btSoftBody.scale C# (CSharp) Method

scale() public method

public scale ( SWIGTYPE_p_btVector3 scl ) : void
scl SWIGTYPE_p_btVector3
return void
        public void scale(SWIGTYPE_p_btVector3 scl)
        {
            BulletSoftBodyPINVOKE.btSoftBody_scale(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(scl));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }