Files
RCBASIC4/doc/files/applyspritelinearimpulse.txt
2026-02-26 15:33:51 -06:00

8 lines
310 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#title ApplySpriteLinearImpulse [RCBasic Doc]
#header Sub ApplySpriteLinearImpulse( spr_id, iX, iY, pX, pY)
Apply an instantaneous linear impulse to a body. This method directly affects the bodys linear motion by changing its velocity based on the impulse applied.
#ref ApplySpriteAngularImpulse