BulletCSharp.btSoftBody.transform C# (CSharp) Method

transform() public method

public transform ( SWIGTYPE_p_btTransform trs ) : void
trs SWIGTYPE_p_btTransform
return void
        public void transform(SWIGTYPE_p_btTransform trs)
        {
            BulletSoftBodyPINVOKE.btSoftBody_transform(swigCPtr, SWIGTYPE_p_btTransform.getCPtr(trs));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }