BulletCSharp.btRigidBody.applyCentralImpulse C# (CSharp) Метод

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

public applyCentralImpulse ( SWIGTYPE_p_btVector3 impulse ) : void
impulse SWIGTYPE_p_btVector3
Результат 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();
        }