BulletCSharp.btRigidBody.applyCentralImpulse C# (CSharp) Méthode

applyCentralImpulse() public méthode

public applyCentralImpulse ( SWIGTYPE_p_btVector3 impulse ) : void
impulse SWIGTYPE_p_btVector3
Résultat void
        public void applyCentralImpulse(SWIGTYPE_p_btVector3 impulse)
        {
            BulletDynamicsPINVOKE.btRigidBody_applyCentralImpulse(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(impulse));
            if (BulletDynamicsPINVOKE.SWIGPendingException.Pending) throw BulletDynamicsPINVOKE.SWIGPendingException.Retrieve();
        }