BulletCSharp.Body.applyAImpulse C# (CSharp) Method

applyAImpulse() public method

public applyAImpulse ( Impulse impulse ) : void
impulse Impulse
return void
        public void applyAImpulse(Impulse impulse)
        {
            BulletSoftBodyPINVOKE.Body_applyAImpulse(swigCPtr, Impulse.getCPtr(impulse));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }