BulletCSharp.Body.applyImpulse C# (CSharp) Method

applyImpulse() public method

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