Skip to content

ComponentPhysic.applyLinearImpulse

Gauthier Billot edited this page Dec 19, 2014 · 3 revisions

Function

Applies a linear impulse.

Synopsis
myEntity.myPhysicComponent:applyLinearImpulse(impulse, point)
Arguments
Name Type Description
impulse vector2 The impulse
point vector2 The position on the body
Returns

Nothing.

Clone this wiki locally