BulletCSharp.btRigidBody.applyCentralImpulse C# (CSharp) Method

applyCentralImpulse() public method

public applyCentralImpulse ( SWIGTYPE_p_btVector3 impulse ) : void
impulse SWIGTYPE_p_btVector3
return 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();
        }