BulletCSharp.Body.applyDImpulse C# (CSharp) Méthode

applyDImpulse() public méthode

public applyDImpulse ( SWIGTYPE_p_btVector3 impulse, SWIGTYPE_p_btVector3 rpos ) : void
impulse SWIGTYPE_p_btVector3
rpos SWIGTYPE_p_btVector3
Résultat 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();
        }