BulletCSharp.Body.applyDImpulse C# (CSharp) Method

applyDImpulse() public method

public applyDImpulse ( SWIGTYPE_p_btVector3 impulse, SWIGTYPE_p_btVector3 rpos ) : void
impulse SWIGTYPE_p_btVector3
rpos SWIGTYPE_p_btVector3
return void
        public void applyDImpulse(SWIGTYPE_p_btVector3 impulse, SWIGTYPE_p_btVector3 rpos)
        {
            BulletSoftBodyPINVOKE.Body_applyDImpulse(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(impulse), SWIGTYPE_p_btVector3.getCPtr(rpos));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }