BulletCSharp.Body.applyVImpulse C# (CSharp) Метод

applyVImpulse() публичный Метод

public applyVImpulse ( SWIGTYPE_p_btVector3 impulse, SWIGTYPE_p_btVector3 rpos ) : void
impulse SWIGTYPE_p_btVector3
rpos SWIGTYPE_p_btVector3
Результат void
        public void applyVImpulse(SWIGTYPE_p_btVector3 impulse, SWIGTYPE_p_btVector3 rpos)
        {
            BulletSoftBodyPINVOKE.Body_applyVImpulse(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(impulse), SWIGTYPE_p_btVector3.getCPtr(rpos));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }