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

applyImpulse() public méthode

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