Skip to content

ComponentPhysic.applyForce

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

Function

Applies a force.

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

Nothing.

Clone this wiki locally